dotnet / dotnet/sdk

dotnet workload search version shows duplicates if multiple copies found from different feeds

Open
#50,979 0 comments 2 reactions 1 assignee Assigned to @Copilot View on GitHub
Area-Workloads
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Describe the bug
We only publish the final version to nuget.org but we have workload sets available in other feeds for testing. When a customer runs dotnet workload search version, we should make sure the output is distinct. Generally, these workload sets should have identical contents so it shouldn't matter which feed we ultimately pull from for other actions (like details or install).

### To Reproduce
Install RC1
Create a nuget.config file
Add nuget.org and the dotnet10-workloads feed
`dotnet workload search version`

>dotnet workload search version
**10.0.100-rc.1.25458.2
10.0.100-rc.1.25458.2**
10.0.100-rc.1.25452.4
10.0.100-rc.1.25452.2
10.0.100-rc.1.25426.3

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.