You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand the license displayed on show on https://www.nuget.org/packages/MSTest.TestAdapter/
is generated upon ingestion of the nuget package where it stores the license file from <PackageLicenseFile> and generates a valid link to it.
What needs to be done:
licenseUrl
pointinghttps://licenses.nuget.org/MIT
for backwards compatibility.This package is a better example since Microsoft owns it.
Nuget seems to have problems linking to extension-less license files
Scenario: I use
Get-Package | Select-Object Id,LicenseUrl
to list all licenses in my projects and for MSTest.TestAdapter it printsAs far as I understand the license displayed on show on https://www.nuget.org/packages/MSTest.TestAdapter/
is generated upon ingestion of the nuget package where it stores the license file from
<PackageLicenseFile>
and generates a valid link to it.If this is changed to
the nuget pack will include
https://licenses.nuget.org/MIT
in the generated .nuspec file.Optionally use a combined approach, using
<PackageLicenseExpression>
and embedding the license file, see https://github.com/JamesNK/Newtonsoft.Json/blob/master/Src/Newtonsoft.Json/Newtonsoft.Json.csprojOriginally posted by @jnyrup in #777 (comment)
AB#1335541
The text was updated successfully, but these errors were encountered: