Helper functions to aid in argument validation for C# functions. Example Usage: Throw.IfNull(argument, nameof(argument)); Throw.IfNullOrEmpty(argument, nameof(argument));
License
View license
Deps
0
Install Size
—
Vulns
✓ 0
Published
Sep 18, 2019
$ dotnet add package Argument.Validator
No README available.