Michael McLean

Results 4 issues of Michael McLean

TL;DR Makes it *much* easier to write a Custom StringEnumConverter. Has no external impact on existing class. (except an Exception message clarification; happy to revert is not wanted) Tests all...

See this StackOverflow question: https://stackoverflow.com/questions/42201809/hangfire-recurring-job-on-every-server/42202844 We know that if you have multiple servers, and they all schedule the same RecurringJob, then they will use locks to ensure that only one...

Initial work to allow for dynamically calculated CircuitBreaker break periods. ### The issue or feature being addressed See Issue: https://github.com/App-vNext/Polly/issues/653 ( @reisenberger ) ### Details on the issue fix or...

enhancement

Add ability to define custom TemplateParameters. Useful, for example, for injecting C# constant strings into the JS files that we want to c.InjectJavascript() into the Swagger page. I've already tested...