Nuget in Visual studio can't access a custom package source location on a shared network drive. I am able to browse the nuget.org and microsoft packages just fine. I just can't browse the local network share we have setup for custom nuget packages. When I try I get the error:
the path '\\someserver\somefolder' for the selected source could not be resolved
I am able to access the file location through explorer and a mapped drive. I tried removing and re-adding the network location in nuget package manager, but when I try to re-add it, I can't see the mapped network drive or use the full unc path (it throws error that the network location doesn't exist).