Restore with local source and protocolVersion=3 causes NU1900 warnings #13901
Labels
Area:NuGetAudit
Area:Settings
NuGet.Config and related issues
Functionality:Restore
Priority:2
Issues for the current backlog.
Product:VS.Client
Type:Bug
NuGet Product Used
dotnet.exe, MSBuild.exe, Visual Studio Package Management UI
Product Version
NuGet 6.11
Worked before?
No response
Impact
None
Repro Steps & Context
Have a local source added where
protocolVersion="3"
is also specified. For example,<add key="local" value="nupkgs" protocolVersion="3" />
.Restore will result in a bunch of NU1900 warnings:
It also causes PM UI to have an error, making it unusable.
Verbose Logs
Originally reported in VS' Developer Community: https://developercommunity.visualstudio.com/t/Visual-Studio-2022-throws-exception-NU1/10778056
The text was updated successfully, but these errors were encountered: