NetEvolve.Defaults.Analyzer provides several diagnostic analyzers, to improve the nuget package quality and consistency.
$ dotnet add package NetEvolve.Defaults.AnalyzerThis project is a part of the NetEvolve project, it provides a set of diagnostic analyzers to help developers maintain consistent and high-quality project configurations. The analyzers focus on common project file elements, such as package metadata, repository information, and author details, to ensure that projects are well-documented, discoverable, and easy to use.
To install this package, you can use the following command:
dotnet add package NetEvolve.Defaults.Analyzer
or add the following package reference to your project file:
<PackageReference Include="NetEvolve.Defaults.Analyzer" Version="x.x.x" PrivateAssets="all" />