Open bc3tech opened 10 years ago
Yep, using statements should be executed separately right now. I usually have a file called usings.csx
and add the using statements there. But this needs to be fixed to work properly, especially with the upcoming switch to the Roslyn/ScriptCs engine.
Ah. Good tip. We should make this part of the current documentation/wiki.
B
Sent from my Windows Phone
From: Lukas Buhlermailto:notifications@github.com Sent: 5/19/2014 8:44 AM To: lukebuehler/CShellmailto:CShell@noreply.github.com Cc: Brandon Hmailto:brandon@bc3tech.net Subject: Re: [CShell] Unable to use external libraries via 'using' (#16)
Yep, using statements should be executed separately right now. I usually have a file called usings.csx
and add the using statements there. But this needs to be fixed to work properly, especially with the upcoming switch to the Roslyn/ScriptCs engine.
Reply to this email directly or view it on GitHub: https://github.com/lukebuehler/CShell/issues/16#issuecomment-43505087
I looked around the site, wiki, and Tutorial.csx and couldn't find any guidance on using external libraries, so if I'm doing something wrong one way to resolve this issue would be to add some doco to that affect. :)