ResharperCodeContractNullabilityFxCop 1.0.3
dotnet add package ResharperCodeContractNullabilityFxCop --version 1.0.3
NuGet\Install-Package ResharperCodeContractNullabilityFxCop -Version 1.0.3
<PackageReference Include="ResharperCodeContractNullabilityFxCop" Version="1.0.3" />
paket add ResharperCodeContractNullabilityFxCop --version 1.0.3
#r "nuget: ResharperCodeContractNullabilityFxCop, 1.0.3"
// 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.
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.
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.