ResharperCodeContractNullabilityFxCop 1.0.3

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

// Install ResharperCodeContractNullabilityFxCop as a Cake Tool
#tool nuget:?package=ResharperCodeContractNullabilityFxCop&version=1.0.3

Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html

You need Visual Studio 2013/2012/2010 and Resharper v8 or higher to use this analyzer. See package "ResharperCodeContractNullability" if you use Visual Studio 2015.

There are no supported framework assets in this 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.0.3 1,692 3/6/2016
1.0.2 1,740 9/19/2015
1.0.1 1,433 9/15/2015
1.0.0 1,950 9/14/2015

Improved support for External Annotation files (side-by-side and Resharper Extensions); support Resharper installation in 'All Users' mode; bugfixes in reporting correctness (async, strings in PCL); fixed a few potential race conditions; fixed installer issue in Visual Basic projects; performance optimalizations.