Pathoschild.DesignByContract.Annotations 1.2.0

dotnet add package Pathoschild.DesignByContract.Annotations --version 1.2.0
NuGet\Install-Package Pathoschild.DesignByContract.Annotations -Version 1.2.0
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="Pathoschild.DesignByContract.Annotations" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pathoschild.DesignByContract.Annotations --version 1.2.0
#r "nuget: Pathoschild.DesignByContract.Annotations, 1.2.0"
#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 Pathoschild.DesignByContract.Annotations as a Cake Addin
#addin nuget:?package=Pathoschild.DesignByContract.Annotations&version=1.2.0

// Install Pathoschild.DesignByContract.Annotations as a Cake Tool
#tool nuget:?package=Pathoschild.DesignByContract.Annotations&version=1.2.0

(This is a subset of Pathoschild.DesignByContract that contains the annotations but does not enforce them.) Enables code contracts on methods and properties. By annotating your code with attributes like [NotNull], you can remove common validation code and provide helpful exception messages, making your code more robust and refactor-safe. These annotation attributes are also recognized by ReSharper when it has an equivalent annotation, which gives you real-time feedback on contract violations as you type.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 3,209 10/27/2013
1.1.0 1,274 5/16/2013
1.0.0 1,254 1/7/2013
0.1.6-alpha2 1,135 6/21/2012
0.1.4-alpha 1,167 5/23/2012
0.1.3-alpha 1,158 5/22/2012

Updated to PostSharp 3.