Interceptor for CodeCop that automatically validates if any non-optional method arguments are not null, or in case of strings also not empty.
Info
Version: | 1.0.1 |
Author(s): | Ricardo Barbosa |
Last Update: | Monday, September 7, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dotnetricardo/GuardNullInterceptor |
NuGet Url: | https://www.nuget.org/packages/GuardNull.CodeCop |
Install
Install-Package GuardNull.CodeCop
dotnet add package GuardNull.CodeCop
paket add GuardNull.CodeCop
GuardNull.CodeCop Download (Unzip the "nupkg" after downloading)
Dependencies
- CodeCop(>= 1.0.2)
Tags