Include license info details in dotnet list package output #11563
Labels
Functionality:ListPackage
dotnet.exe list package
Priority:2
Issues for the current backlog.
Product:dotnet.exe
Type:Feature
With
dotnet list package --include-transitive
, we can see all the dependencies in software. But if customer need to audit their dependencies for license compliance/SBOM (for example: startup going public, prevent possible copyright violation) then getting list of licenses in product is quite time-consuming work.If we had
dotnet list package --include-transitive --licenses
ordotnet list package --include-transitive --licenses --format json
command, then it could be very handy for customerThe text was updated successfully, but these errors were encountered: