dotnet / dotnet/project-system
Add two references with the same name doesn't display an error
Open
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
1. Right-click on project -> Add Reference
2. Browse to `C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Microsoft.Build.Engine.dll` click OK
3. Browse to `C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Microsoft.Build.Engine.dll`
4. Click OK
Expected: No error and both refs get added, or an error about adding duplicate assembly (similar to legacy)
Actual: Nothing
Contributor guide
Assessment
This issue has not been assessed yet.