Are file-based NuGet package sources supported?
I use a file-based NuGet package source for testing. It is simply a mapped drive, N:\ . Works OK from Visual Studio. But when I configured it as a source in LINQPad, it does not show me any packages. Are file-based package sources supported?
The actual proper name is "Local feed", see https://docs.nuget.org/create/hosting-your-own-nuget-feeds .
Thank you
The actual proper name is "Local feed", see https://docs.nuget.org/create/hosting-your-own-nuget-feeds .
Thank you
Comments
Have you tried creating a folder and copying in some .nupkg files that you know to work?
The new local file feed format should be recognized from LINQPad 5.06 on, which uses the 3.4 NuGet client.
I've just tested it with a file structure as follows: Is this exactly what you have? (Note that it won't work without the .nuspec or .sha512 files.)