weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
538 stars 101 forks source link

Support for local filesystem feeds. #67

Open Tim-Utelogy opened 1 year ago

Tim-Utelogy commented 1 year ago

I'm not yet publishing nuget packages to nuget.org. So for development I'm using Visual Studio's built in nuget filesystem repository to publish packages. The source in VS is named "Microsoft Visual Studio Offline Packages" and typically points to C:\Program Files (x86)\Microsoft SDKs\NuGetPackages. I can see that my packages have been added successfully to that root path via nuget.exe add. However, I have yet to find an example of how to point weikio to this folder and successfully load. Is loading catalogs from a local filesystem repository a supported scenario? If so, can you provide an example of how that could be accomplished (working with dependencies)?