Bernardo

Results 2 comments of Bernardo

I ended up with the following construction based on your idea @redcoreit: ### Test.csx.cs ``` csharp #if !TRACE // Assembly references here #r ".\bin\Debug\Something.dll" #endif // Usings here using Scripty.Core;...

Yes, this would indeed be for Intellisense, but now that you mention it, I realize a stub could suffice. On Nov 24, 2016 14:32, "Dave Glick" wrote: > I'm curious...