8000 Package nuspec only contains a deprecated licenseUrl · Issue #64 · Suchiman/SerilogAnalyzer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Package nuspec only contains a deprecated licenseUrl #64

New issue

8A1C Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Corniel opened this issue Feb 24, 2025 · 0 comments
Open

Package nuspec only contains a deprecated licenseUrl #64

Corniel opened this issue Feb 24, 2025 · 0 comments

Comments

@Corniel
Copy link
Corniel commented Feb 24, 2025

Please update the NuSpec file of the package, using a <licenseExpression> and a <licenseFile> instead of the <licenseUrl> that has been deprecated for more than 7 years now.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>SerilogAnalyzer</id>
    <version>0.15.0.0</version>
    <title>Serilog Analyzer</title>
    <authors>Robin</authors>
    <owners>Robin</owners>
    <licenseUrl>https://github.com/Suchiman/SerilogAnalyzer/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Suchiman/SerilogAnalyzer</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/Suchiman/SerilogAnalyzer/master/SerilogAnalyzer/SerilogAnalyzer.Vsix/analyzer-200px.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems.</description>
    <copyright>Copyright 2016 Robin Sue</copyright>
    <tags>Serilog, analyzers</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>

See Proj0500: Only include packages with an explicitly defined license

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0