Skip to content
New issue

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

Asset comparison should look at the nuspec content #4943

Closed
ViktorHofer opened this issue Mar 12, 2025 · 1 comment
Closed

Asset comparison should look at the nuspec content #4943

ViktorHofer opened this issue Mar 12, 2025 · 1 comment

Comments

@ViktorHofer
Copy link
Member

Probably most of the nuspec metadata is interesting to compare. Some should be excluded, i.e. package version and package dependencies' version.

Example nuspec:

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>VS.Redist.Common.NetCore.Toolset.x64.10.0</id>
    <version>10.0.100-preview.3.25161.31</version>
    <title>VS.Redist.Common.NetCore.Toolset.x64.10.0</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
    <projectUrl>https://github.com/dotnet/core-sdk</projectUrl>
    <description>.NET Core 10.0 SDK Toolset (x64) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  </metadata>
</package>
@mmitche
Copy link
Member

mmitche commented Mar 19, 2025

Closed with dotnet/sdk#47700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants