ScorecardGenerator 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ScorecardGenerator --version 1.4.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 1.4.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ScorecardGenerator&version=1.4.2
nuke :add-package ScorecardGenerator --version 1.4.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

# obtain an Azure PAT: https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows#create-a-pat 

# this assumes you want to output the markdown files to `/wiki`
ScorecardGenerator --azure-pat <azure-pat> --output-path /wiki     

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 293 12/15/2023
2.1.1 136 12/10/2023
2.1.0 134 12/5/2023
2.0.0 187 12/3/2023
1.4.2 159 11/23/2023
1.4.1 156 11/9/2023
1.4.0 672 3/10/2023
1.3.1 225 3/9/2023
1.3.0 220 3/9/2023
1.2.0 255 2/28/2023
1.1.0 213 2/28/2023
1.0.0 247 2/27/2023

Check CHANGELOG.md