Argument 0.9.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Argument --version 0.9.5
NuGet\Install-Package Argument -Version 0.9.5
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="Argument" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Argument --version 0.9.5
#r "nuget: Argument, 0.9.5"
#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 Argument as a Cake Addin
#addin nuget:?package=Argument&version=0.9.5

// Install Argument as a Cake Tool
#tool nuget:?package=Argument&version=0.9.5

Argument validation methods, for example:
this.user = Argument.NotNull("user", user).

Less fancy than approaches based on lambdas/anonymous classes, but less scary performance-wise (given that argument checks are often all over the place).

Includes Code Contracts [ContractArgumentValidator] annotation (.NET 4.5 only) and ReSharper annotations.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Argument:

Package Downloads
uMigrate.Core

Migration framework for Umbraco (Core).

Unbreakable

.NET sandboxing framework: rewrites other assemblies to ensure they can't bring down the hosting process.

Softengi.UbClient

.Net library which allows connecting to UnityBase server.

Gate.Adapters.AspNet

PRE-RELEASE, do not use (but now supports SignalR).

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Argument:

Repository Stars
ashmind/SharpLab
.NET language playground
Version Downloads Last updated
1.4.0 44,154 2/24/2021
1.3.1 19,507 2/29/2020
1.2.0 1,134 2/15/2020
1.1.1 7,676 8/8/2019
1.1.0 18,486 4/1/2018
1.0.4-dnx-1 1,778 10/31/2015
1.0.3 8,462 8/26/2014
1.0.2 22,847 6/1/2014
1.0.1 1,859 6/1/2014
1.0.0 2,051 3/27/2014
0.9.6 2,165 4/21/2013
0.9.5 7,950 4/21/2013

Initial release.