ResharperCodeContractNullability 2.0.2

dotnet add package ResharperCodeContractNullability --version 2.0.2
                    
NuGet\Install-Package ResharperCodeContractNullability -Version 2.0.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="ResharperCodeContractNullability" Version="2.0.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ResharperCodeContractNullability" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="ResharperCodeContractNullability">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ResharperCodeContractNullability --version 2.0.2
                    
#r "nuget: ResharperCodeContractNullability, 2.0.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.
#addin nuget:?package=ResharperCodeContractNullability&version=2.0.2
                    
Install ResharperCodeContractNullability as a Cake Addin
#tool nuget:?package=ResharperCodeContractNullability&version=2.0.2
                    
Install ResharperCodeContractNullability as a Cake Tool

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 2015/2017/2019 and Resharper v9 or higher to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if you use Visual Studio 2013 or lower.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

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

Repository Stars
bkoelman/CSharpGuidelinesAnalyzer
Reports diagnostics for C# coding guidelines that are not already covered by Resharper.
Version Downloads Last updated
2.0.2 8,918 3/14/2021
2.0.1 443 3/14/2021
2.0.0 2,196 3/28/2019
1.0.10 827 2/24/2019
1.0.9 1,533 5/20/2018
1.0.8 2,951 5/9/2017
1.0.7 1,574 3/12/2017
1.0.6 1,773 12/18/2016
1.0.5 3,465 2/29/2016
1.0.4 2,044 1/12/2016
1.0.3 1,526 1/5/2016
1.0.2 1,645 9/20/2015
1.0.1 1,734 8/27/2015
1.0.0 2,899 8/6/2015

Fixed packaging issue.