Skip to content

Tags: feeleen/GuardClauses

Tags

GuardClauses-v3.2.0

Toggle GuardClauses-v3.2.0's commit message
Update GuardClauses.csproj with new version and release notes

GuardClauses-v3.1.0

Toggle GuardClauses-v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update GuardClauses.csproj

GuardClauses-v3.0.1

Toggle GuardClauses-v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update GuardClauses.csproj

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating version to 3.0 since we are changing to netstandard2.0

GuardClauses-v3.0.0

Toggle GuardClauses-v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating version to 3.0 since we are changing to netstandard2.0

GuardClauses-v2.1.0

Toggle GuardClauses-v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
In Enum, OutOfRange should throw InvalidEnumArgumentException (ardali…

…s#78)

* update to netstandard2.1

* OutOfRange should throw an InvalidEnumArgumentException instead of an ArgumentOutOfRangeException for enum

* Apply InvalidEnumArgumentException to GuardClauseExtensions.

* Use netstandard2.0 insted of netstandard2.1.

* change to windows-latest in build.yml

* Package version updated.

2.0.0

Toggle 2.0.0's commit message
update to include icon when packing

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update GuardClauses.csproj

1.4.2

Toggle 1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update GuardClauses.csproj

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding support for ValidatedNotNullAttrib (ardalis#60)