Info
Version: | 1.0.0 |
Author(s): | Morten Nielsen |
Last Update: | Wednesday, March 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dotMorten/NullabilityStats |
NuGet Url: | https://www.nuget.org/packages/dotMorten.NullabilityStats |
Install
Install-Package dotMorten.NullabilityStats
dotnet add package dotMorten.NullabilityStats
paket add dotMorten.NullabilityStats
dotMorten.NullabilityStats Download (Unzip the "nupkg" after downloading)
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.