2.0.0
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)