Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I reference custom assemblies with scriptcs?

Tags:

scriptcs

I have some custom DLLs that I want to reference in a script (stored on my HDD). I can see how I reference Nuget packages but I don't think it applies here.

How can I reference these assemblies?

like image 795
Mike Avatar asked Feb 02 '26 14:02

Mike


1 Answers

#r "..\bin\debug\test.dll"

a sample to point to a custom built assembly. More Detail: https://github.com/scriptcs/scriptcs/wiki/Writing-a-script

like image 78
civon Avatar answered Feb 05 '26 09:02

civon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!