If there are same package sources defined across hierarchy configs, NuGet is not smart enough to merge them.
For example. Currently, if you have NuGet.config in the solution with myget feed checked in to TFS & you have the same mygetfeed specified in %appdata%\nuget.config. Manage NuGet dialog would show the feed twice.
Expected:
It should merge the feed sources and show it once. Also it should take care if the feed has been disabled in the hierarchy.
Comments: Fixed
For example. Currently, if you have NuGet.config in the solution with myget feed checked in to TFS & you have the same mygetfeed specified in %appdata%\nuget.config. Manage NuGet dialog would show the feed twice.
Expected:
It should merge the feed sources and show it once. Also it should take care if the feed has been disabled in the hierarchy.
Comments: Fixed