I’m looking for a way to use custom Nuget Package Source in C# script component. Is it even possible? Is there any settings or hidden file somewhere that tells rhino/grasshopper which source should be used (at least, Nuget is proposed, so it is somewhere…).
The plugin build system will generate a Visual Studio source solution for you. You can customize the code there and preload your nuget packages, and reference them in your C# script