ConstructorNullAnalyzer 0.2.0
See the version list below for details.
dotnet add package ConstructorNullAnalyzer --version 0.2.0
NuGet\Install-Package ConstructorNullAnalyzer -Version 0.2.0
<PackageReference Include="ConstructorNullAnalyzer" Version="0.2.0" />
paket add ConstructorNullAnalyzer --version 0.2.0
#r "nuget: ConstructorNullAnalyzer, 0.2.0"
// Install ConstructorNullAnalyzer as a Cake Addin #addin nuget:?package=ConstructorNullAnalyzer&version=0.2.0 // Install ConstructorNullAnalyzer as a Cake Tool #tool nuget:?package=ConstructorNullAnalyzer&version=0.2.0
Checks that all object-type arguments are checked to be not-null inside of constructor. Provide fixers ("if", "if with braces" and "coalesce") that adds these checks automatically.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ConstructorNullAnalyzer:
Package | Downloads |
---|---|
CleanCodeNet
Metapackage that includes analyzers to improve code correctness. Not affiliated with Bob Martin. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Do not throw warning if coalesce check present.
Add if check with braces fixer.
Add coalesce fixer.
Catch analyzer errors and gracefully fall.
Various fixes.