Eli Gassert

Results 4 issues of Eli Gassert

https://github.com/danielgerlag/workflow-core/blob/30c98f83c5d70bae11dd2b65bada0db5619340f3/src/WorkflowCore/Services/FluentBuilders/WorkflowBuilder.cs#L18 I wasn't expecting Retry to be the default error handler for workflows. On error, I wanted my workflow to terminate. Turns out it repeated over and over on a...

Not an issue, as much as it a tutorial for those wanting/needing to use config variables. In my development.json I defined a variable `"apiUrl": "https://api.test.com"` In production it's `"https://api.prod.com"` How...

I have merged in most of the PRs on this branch. I'm still testing, so I haven't merged everything into the master branch yet. But if anyone wants to try...

https://github.com/wwwlicious/servicestack-authentication-identityserver/blob/99714115cd98a501e38e298af20d35b4df3ecb02/src/ServiceStack.Authentication.IdentityServer/Providers/UserAuthProvider.cs#L204 I have an example running where if I change that code to GetRequestValue, it works, because my code is coming from the form data. I'm just not 100% sure...