Skip to content

15.1.0 More Assertions for BrilliantMessaging

Latest

Choose a tag to compare

@feO2x feO2x released this 24 Jul 04:31
· 11 commits to main since this release
86b3fe1

Light.GuardClauses 15.1.0

  • new assertions: MustBeAssignableTo, MustBeConcreteClass, MustBeUri, ObjectDisposed
  • new TimeSpan assertion: MustBePositiveOrInfinite accepts positive durations or Timeout.InfiniteTimeSpan
  • expanded sign-guard support on all target frameworks: MustBePositive, MustNotBePositive, and MustNotBeZero for sbyte, byte, short, ushort, uint, and ulong; MustBeNegative and MustNotBeNegative for sbyte and short

What's Changed

Full Changelog: v15.0.0...v15.1.0