Package source in C# script component

Hi there,

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…).

Not at the moment. Currently the packaging system uses the public NuGet package index. I have a ticket to improve this

RH-75515 Allow using custom package sources

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

Hey,
Thank you for the answer! It will be super usefull to allow custom source! I have a look to the visual studio source then.

1 Like