8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the default using statements in a csx file?
Console.WriteLine("Hello World"); in a csx file on it's own works, so I figured using System is one. I was wondering if there are any others?
Console.WriteLine("Hello World");
using System
The text was updated successfully, but these errors were encountered:
https://github.com/filipw/dotnet-script/blob/f562a6c87c545701df16fce1aee7e125f711d09d/src/Dotnet.Script.Core/ScriptCompiler.cs#L42
Sorry, something went wrong.
Thanks very much
No branches or pull requests
What are the default using statements in a csx file?
Console.WriteLine("Hello World");
in a csx file on it's own works, so I figuredusing System
is one. I was wondering if there are any others?The text was updated successfully, but these errors were encountered: