We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a simple C# class library application and the NuGet.Config file have the following 2 packages sources.
1. https://api.nuget.org/v3/index.json 1. https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
I tried to add NuGet.Common package to the project and noticed duplicate versions displayed in the options as shown below.
NuGet.Common
Same issue for update package workflow:
No response
When a same package is present in multiple feeds then the C# extension should not display duplicate package versions in the options.
Identifier: ms-dotnettools.csdevkit Version: 1.14.18 Last Updated : 2024-12-03, 16:45:18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Issue
I created a simple C# class library application and the NuGet.Config file have the following 2 packages sources.
I tried to add
NuGet.Common
package to the project and noticed duplicate versions displayed in the options as shown below.Same issue for update package workflow:
Steps To Reproduce
No response
Expected Behavior
When a same package is present in multiple feeds then the C# extension should not display duplicate package versions in the options.
Environment Information
Identifier: ms-dotnettools.csdevkit
Version: 1.14.18
Last Updated : 2024-12-03, 16:45:18
The text was updated successfully, but these errors were encountered: