ResharperCodeContractNullability 2.0.0
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.
Install-Package ResharperCodeContractNullability -Version 2.0.0
dotnet add package ResharperCodeContractNullability --version 2.0.0
<PackageReference Include="ResharperCodeContractNullability" Version="2.0.0"> <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.
paket add ResharperCodeContractNullability --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added conversion of Resharper nullability attributes to C# nullable reference type syntax.
Dependencies
-
.NETFramework 4.5
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.