ScorecardGenerator 2.1.2

dotnet tool install --global ScorecardGenerator --version 2.1.2
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 ScorecardGenerator --version 2.1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ScorecardGenerator&version=2.1.2
nuke :add-package ScorecardGenerator --version 2.1.2

Service Scorecard Generator

NuGet codecov Build, Release, Publish


Service Scorecard Generator is a dotnet app that generates Azure Wiki-friendly markdown files with scores for dotnet projects.
image
For more details on individual checks and their scoring, take a look at the README.md files inside the subdirectories of /Checks.

Usage

dotnet tool install --global ScorecardGenerator

# this assumes you want to scan all .csproj files residing inside `/sources` and subdirectories thereof
cd /sources

# this assumes you want to output the markdown files to `/wiki` and use the default configuration
ScorecardGenerator --output-path /wiki --visualizer azurewiki

Configuration

The Service Scorecard Generator stores and loads configuration from a scorecard.config.json file in the working directory.
If the file is missing when running, it will be created with default values before the tool starts.

Configuration consists of three groups of checks: Gold, Silver and Bronze.
Documentation for all available checks can be found in this repository.
Checks can be also be listed by using ScorecardGenerator list-checks.

Interactive tables

Due to limted HTML support, the table itself can't be made interactive. More info and a workaround can be found in the wiki. video of how to sort and filter the table

License

GNU General Public License v3.0

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
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
2.1.2 290 12/15/2023
2.1.1 136 12/10/2023
2.1.0 134 12/5/2023
2.0.0 186 12/3/2023
1.4.2 158 11/23/2023
1.4.1 156 11/9/2023
1.4.0 671 3/10/2023
1.3.1 224 3/9/2023
1.3.0 220 3/9/2023
1.2.0 254 2/28/2023
1.1.0 212 2/28/2023
1.0.0 246 2/27/2023

Check CHANGELOG.md