GuardClauses Versions Save

A simple package with guard clause extensions.

v4.5

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ardalis/GuardClauses/compare/v4.4.0...v4.5

v4.4.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ardalis/GuardClauses/compare/v4.3.0...v4.4.0

v4.3.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ardalis/GuardClauses/compare/v4.2.0...v4.3.0

v4.2.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ardalis/GuardClauses/compare/v4.1.1...v4.2.0

v4.1.1

9 months ago

Attempting to include README in package so it appears on Nuget.org

v4.1.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ardalis/GuardClauses/compare/v4.0.0...v4.1.0

v4.0.0

2 years ago

Version 4.0.0

Rename Enum's OutOfRange to EnumOutOfRange. Add support for CallerArgumentExpression. Reorganize source files. Improve support for custom error messages. Ensure InvalidFormat doesn't succeed given an empty string and a RegEx requiring at least one character. #161

GuardClauses-v3.3.0

2 years ago

Changes:

  • OutOfRange refactored to generic
  • Added custom expression-based guards
  • NoEnumeration attribute applied

3.0.0

3 years ago

2.0.0

3 years ago

Replaces object return type with strongly typed generic return type (a minor but still breaking change).