Open
Description
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
or dotnet list package --include-transitive --licenses --format json
command, then it could be very handy for customer