Skip to content

v11.0.0-p2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danielwertheim danielwertheim released this 18 Oct 09:36
· 7 commits to master since this release
87adc5e
  • [Fix]: #161 Custom options with exception factory etc.
  • [Breaking]: #159 Only targeting .NET Standard 2.0 and .NET Standard 2.1
  • [Breaking]: EnsureOptions struct is now made readonly affecting how it's used: opts => opts.WithMessage("asdf") becomes (in EnsureOptions opts) => opts.WithMessage("asdf")