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                
nuke :add-package MetaFac.ProjScan --version 1.2.1                

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 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.

Version Downloads Last updated
1.2.1 87 11/19/2024
1.1.2 139 8/14/2024
1.0.2 120 8/11/2024
1.0.1 117 8/11/2024