Skip to content

Include license info details in dotnet list package output  #11563

Open
@erdembayar

Description

@erdembayar

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions