Travix-International / Hystrix.Dotnet

A combination of circuit breaker and timeout. The .net version of the open source Hystrix library built by Netflix.
https://travix-international.github.io/Hystrix.Dotnet/
MIT License
95 stars 16 forks source link

Cleanup solution, refactoring #11

Closed markvincze closed 7 years ago

markvincze commented 7 years ago

Cleaned up all the code issues reported by ReSharper, and changed the way we're injecting the IDateTimeProvider so that we're not instantiating the actual implementation type inside classes which depend on it.