Info
Version: | 0.0.8 |
Author(s): | Brendan Erwin |
Last Update: | Wednesday, April 6, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/littlebits/guard_claws |
NuGet Url: | https://www.nuget.org/packages/guard_claws |
Install
Install-Package guard_claws
dotnet add package guard_claws
paket add guard_claws
guard_claws Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Guard_claws provides DRY guard clauses for c# that look like this: Claws.NotNullNotBlank(() => test);.