Releases: AArnott/Validation
Releases · AArnott/Validation
v2.6.68
What's Changed
- Use
[CallerArgumentExpression]
to simplify calling patterns intoRequires
class by @AArnott in #134 - Switch to resx source generator by @AArnott in #154
- Add alloc-free
params ReadOnlySpan<object?>
overloads to .NET 9 by @AArnott in #155 - Add ResourceManager and interpolated string overloads by @AArnott in #159
- Add .NET Framework 3.5 support by @AArnott in #89
- Remove dependencies by @bdovaz in #96
- Delete dead code by @AArnott in #97
New Contributors
Full Changelog: v2.5.42...v2.6.68
v2.6.65-rc.2
What's Changed
Full Changelog: v2.6.55-rc.1...v2.6.65-rc.2
v2.6.55-rc.1
What's Changed
- Delete dead code by @AArnott in #97
- Use
[CallerArgumentExpression]
to simplify calling patterns intoRequires
class by @AArnott in #134 - Switch to resx source generator by @AArnott in #154
- Add alloc-free
params ReadOnlySpan<object?>
overloads to .NET 9 by @AArnott in #155
Full Changelog: v2.6.13-beta...v2.6.55-rc.1
v2.5.51
v2.6.13-beta
v2.6.7-beta
v2.5.42
Changes:
Enhancements
Other
- #55: Updated XML documentation syntax.
- #52: Add obsolete warnings to
Requires.That
andRequires.ValidState
- #50: Replaces the call to NotNull with a direct test. Closes #45.
- #45: Consistency: Chains a call to NotNull
- #48: Replaces the single-iteration foreach loops
This list of changes was auto generated.
v2.5.5-beta
Changes:
Fixes:
- #8: No license specified
- #33: Verify.NotDisposed ambiguous or misleading parameter names
- #39: Report.Method(...)'s do not work correctly
Enhancements:
- #40: Refresh repo build authoring and sync with microsoft/vs-validation
This list of changes was auto generated.
Add Requires.NotDefault<T>
Merge pull request #29 from AndreiCsibi-msft/NotDefaultOnStructs Adding NotDefault method to check structs values against default values.