Skip to content
samatrhea edited this page Apr 27, 2024 · 3 revisions

Quality Gate Status Code Smells Coverage Duplicated Lines (%) Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

Net-Project-Package-Extractor

The Net-Project-Package-Extractor is a commandline application that creates Software Reuse File reports in the form of a spreadsheet. This is done by:

  • Reading the contents of .csproj files and extracting Package Reference information
  • Processing the local nuget cache to complete the Package Reference information
  • generating the report

Installation

The Net-Project-Package-Extractor can be installed as a dotnet tool from https://nuget.org.

dotnet tool install --global nppe

have a look at the Quick Start for more information on how to use it.

Verification Control Document Generator

  1. Home
  2. Quick Start

Developer Environment

  1. Developers Experience
  2. Build and Release
Clone this wiki locally