netfx-Guard
1.3.3.2
dotnet add package netfx-Guard --version 1.3.3.2
NuGet\Install-Package netfx-Guard -Version 1.3.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="netfx-Guard" Version="1.3.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netfx-Guard --version 1.3.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: netfx-Guard, 1.3.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install netfx-Guard as a Cake Addin #addin nuget:?package=netfx-Guard&version=1.3.3.2 // Install netfx-Guard as a Cake Tool #tool nuget:?package=netfx-Guard&version=1.3.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The only argument validation file you need, with full refactoring support and strong-typing.
Examples:
Guard.NotNull(() => value, value)
Guard.NotNullOrEmpty(
() => stringValue, stringValue)
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on netfx-Guard:
Repository | Stars |
---|---|
moq/moq.spikes
The most popular and friendly mocking framework for .NET
|
|
ploeh/Hyprlinkr
A URI building helper library for ASP.NET Web API
|