Open
Description
NuGet Product Used
Visual Studio Package Management UI
Product Version
VS Internal preview version
Worked before?
No response
Impact
Other
Repro Steps & Context
- Create a sample Console application
- Add a NuGet.Config file to that has only
nuget.org
as package source to the sample application created above.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
- Right click on the sample project and selected
Manage NuGet Packages..
- In the browse tab, select any package.
- In Package details pane on the right side notice the information icon that says
Package source mapping is off
.
I think it is not required to configure package source mapping when the repo has only feed configured. The docs also suggest that Package Source Mapping is a tool that can be used to improve your supply chain security, especially if you use a mix of public and private package sources.

Verbose Logs
No response