This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
Releases: safakgur/guard
Releases · safakgur/guard
Version 1.12.0
Version 1.11.0
Version 1.10.0
PM> Install-Package Dawn.Guard -Version 1.10.0
[NuGet]
- 3352e34: Added partial support for nullable reference type annotations. (#33)
- 12e02a4: Added
DoesNotContainDuplicate
guards for collections.
Version 1.9.0
Version 1.8.0
Version 1.7.0
Version 1.6.0
Version 1.5.0
PM> Install-Package Dawn.Guard -Version v1.5.0
[NuGet]
- Added state guards.
- Added
NotAllNull
guards. - Added
Same
/NotSame
guards (reference equality validations).
Version 1.4.1
PM> Install-Package Dawn.Guard -Version 1.4.1
[NuGet]
NotIn
overload that accepts a params
array is made public.
Version 1.4.0
PM> Install-Package Dawn.Guard -Version 1.4.0
[NuGet]
- Added secure arguments.
- Added
In
/NotIn
support for non-generic collections. - Added
In
/NotIn
overloads acceptingparams
arrays. - Fixed string
StartsWith
/EndsWith
guards and their opposites not ignoring null values. - Non-converting type guards return by-ref where possible.
- Messages of failed collection guards contain only the first five items.
LayoutKind
ofArgumentInfo<T>
is nowAuto
.