bchavez / Bogus

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Other
8.5k stars 482 forks source link

Add Direct License Information In Nuget metadata #499

Open LiorBanai opened 10 months ago

LiorBanai commented 10 months ago

Hi, Could the license information be added to the nuget information (instead of a link to a page with the license? it is good to add it so it will be shown in Visual Studio nuget management.

for example,I use the following MIT :

<PropertyGroup>
    <PackageLicenseExpression>MIT</PackageLicenseExpression>
    <RepositoryType>git</RepositoryType>
</PropertyGroup>

Also some tools can create auto generated report like (dotnet-project-licenses).

PackageLicenseExpression it the recommanded way to specifc license : https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/nuget

LiorBanai commented 5 months ago

Any update on this?

LiorBanai commented 5 months ago

@bchavez ?