Warn when nuget.org v2 is used instead of the v3 endpoint #6576
Labels
Area:Settings
NuGet.Config and related issues
Functionality:Restore
Priority:2
Issues for the current backlog.
Type:DCR
Design Change Request
Milestone
The client should log a warning during restore if
https://www.nuget.org/api/v2/
is used and suggest thathttps://api.nuget.org/v3/index.json
should be used instead.Benefits of v3:
If a restore has both the v2 and v3 endpoints for nuget.org restore could also warn or error since this is redundant and only slows down restore.
The text was updated successfully, but these errors were encountered: