Skip to content

2.0.0

Compare
Choose a tag to compare
@lecaillon lecaillon released this 04 Jan 16:41
· 9 commits to master since this release
dad974f

Features

  • Add support of the new .NET 6 CallerArgumentExpression attribute
  • Add Check.NotEmpty(Guid)
  • Add Check.True(Func<bool>)
  • Add Check.PositiveOrNull()
  • Add Check.NegativeOrNull()
  • Add Check.NotNegativeOrNull()

Breaking changes

  • Supports .NET 6 and .NET Standard 2.0 only
  • Remove Check.Zero()
  • Rename Check.NotEmpty(IEnumerable) in Check.NotNullOrEmpty(IEnumerable)