This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
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
.