I have already written code in C# for UG NX in a .cs file, but I want to use it on NX without having to copy and paste it into NX's Journal.
I have written the code in Visual Studio and tried Ctrl + Shift + B to build the .cs file, but I received an error of:
dotnet not found
Is there a way to compile or use a .cs file into UG NX?