Features
- Make IoC/DI friendlier - #108 via @martincostello
- Add
FireAndForgetResultPublisher
. Wrap an existingIResultPublisher
to delegate publishing to another thread and avoid publishing delays when running experiments - #83 via @thematthopkins and @joncloud
Initial stable release of Scientist.NET, a port of the Ruby Scientist library for carefully refactoring critical paths.
Features
- Move to .NET Core RC2 - #61 via @joncloud
- Add
ThrowOnMismatches
- #53 via @joncloud - Add
Thrown
- #56 via @joncloud - Cleaned up internals - #58 via @joncloud
Features
- Move to .NET Core and target .NET 4.5+ - #37 via @davezych
- Add
AddContext
- #48 via @davezych - Add
Ignore
- #47 via @davezych - Add ability to configure multiple
Try
methods - #45 via @davezych - Add support for RunIf - #33 via @joncloud
- Initial release