Info
Version: | 1.0.0.3 |
Author(s): | Igor Manushin |
Last Update: | Thursday, June 18, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/imanushin/NullCheck |
NuGet Url: | https://www.nuget.org/packages/NullCheckAnalyzer |
Install
Install-Package NullCheckAnalyzer
dotnet add package NullCheckAnalyzer
paket add NullCheckAnalyzer
NullCheckAnalyzer Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(6.1.0)
Tags
It checks, that all reference parameters in methods and constructors have NotNull/CanBeNull attributes. You have to use Jetbrains.