MetaFac.ProjScan
1.2.1
dotnet tool install --global MetaFac.ProjScan --version 1.2.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local MetaFac.ProjScan --version 1.2.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MetaFac.ProjScan&version=1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package MetaFac.ProjScan --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ProjScan
A very opinionated .NET project scanning tool, which checks published projects for:
- missing or malformed copyright messages;
- missing product name;
- incorrect company name;
- missing description;
- missing authors;
- missing symbol package;
- missing project and package URLs;
- missing signing details;
- missing readme file;
- nullable ref types are enabled;
- warnings as errors enabled;
- unsupported .NET frameworks.
Any warning can be disabled by adding the exemption code into the exemptions list in the projscan.json file.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.