Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Version 1.4.0

Compare
Choose a tag to compare
@safakgur safakgur released this 30 Aug 12:23
· 134 commits to dev since this release

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 accepting params 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 of ArgumentInfo<T> is now Auto.