Skip to content

Releases: AArnott/Validation

v2.6.68

20 Dec 19:15
Compare
Choose a tag to compare

What's Changed

  • Use [CallerArgumentExpression] to simplify calling patterns into Requires 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

20 Dec 18:55
c5eca8b
Compare
Choose a tag to compare
v2.6.65-rc.2 Pre-release
Pre-release

What's Changed

  • Add ResourceManager and interpolated string overloads by @AArnott in #159

Full Changelog: v2.6.55-rc.1...v2.6.65-rc.2

v2.6.55-rc.1

20 Dec 17:55
840a140
Compare
Choose a tag to compare
v2.6.55-rc.1 Pre-release
Pre-release

What's Changed

  • Delete dead code by @AArnott in #97
  • Use [CallerArgumentExpression] to simplify calling patterns into Requires 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

20 Dec 14:49
5a0f42f
Compare
Choose a tag to compare

What's Changed

No shipping changes

Full Changelog: v2.5.42...v2.5.51

v2.6.13-beta

25 Dec 00:14
4bcbb5d
Compare
Choose a tag to compare
v2.6.13-beta Pre-release
Pre-release

Changes:

  • #96: Remove dependencies

This list of changes was auto generated.

v2.6.7-beta

01 Oct 12:53
a0bff9b
Compare
Choose a tag to compare
v2.6.7-beta Pre-release
Pre-release

Changes:

Enhancements:

  • #89: Add .NET Framework 3.5 support

This list of changes was auto generated.

v2.5.42

05 Jul 23:35
81468c3
Compare
Choose a tag to compare

Changes:

Enhancements

  • #83: Add ResourceManager overloads of Requires.Argument
  • #44: Adds Requires.ValidElements

Other

  • #55: Updated XML documentation syntax.
  • #52: Add obsolete warnings to Requires.That and Requires.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

25 Sep 16:47
45adbbc
Compare
Choose a tag to compare
v2.5.5-beta Pre-release
Pre-release

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>

26 Mar 18:43
9123241
Compare
Choose a tag to compare
Merge pull request #29 from AndreiCsibi-msft/NotDefaultOnStructs

Adding NotDefault method to check structs values against default values.

v2.4.18

31 Oct 05:30
69e6a2c
Compare
Choose a tag to compare
Remove package dependencies

Fixes #25