Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
Yes this should work quite easily for C# scripts (or VB.NET). For DLL files you can just add references. Select the script in the theme explorer and find the References property, click the browse button and then you can add/remove DLL files. For Nuget packages I think it will also work but most likely you have to use the "Open in VS Code" at least once so a "csproj" project file is created. Then in that csproj file you can add a reference to your Nuget package, or use VS Code terminal ("install-package [name]" probably).