Skip to main content
dotMorten.NullabilityStats package icon

dotMorten.NullabilityStats

Commandline tool that gives an estimate per-folder how many lines of code hasn't been nullability annotated. Assumes the entire project has Nullability turned on, and counts files where nullability support has been turned off per-file. Does a best guess estimate on lines of code (ignoring usings, namespace, `{}`, empty lines and comments), and gives stats per-folder to be able to measure progress on adding nullability annotations. Commandline + CSV output.

Total Downloads
799
799
Published
Mar 11, 2020
Latest stable version

Install

.NET CLI
dotnet add package dotMorten.NullabilityStats --version 1.0.0
Package Manager Console
Install-Package dotMorten.NullabilityStats -Version 1.0.0
PackageReference
<PackageReference Include="dotMorten.NullabilityStats" Version="1.0.0" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.