We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc8e9e7 + 28d2a98 commit 0ab2b33Copy full SHA for 0ab2b33
README.md
@@ -103,6 +103,19 @@ That is all it takes and we can execute the script. Args are accessible via the
103
dotnet script helloworld.csx
104
```
105
106
+The following namespaces are available in the script implicitly and do not need to be imported explicitly:
107
+
108
+ - System
109
+ - System.IO
110
+ - System.Collections.Generic
111
+ - System.Console
112
+ - System.Diagnostics
113
+ - System.Dynamic
114
+ - System.Linq
115
+ - System.Linq.Expressions
116
+ - System.Text
117
+ - System.Threading.Tasks
118
119
### Scaffolding
120
121
Simply create a folder somewhere on your system and issue the following command.
@@ -591,3 +604,4 @@ a.Run();
591
604
## License
592
605
593
606
[MIT License](https://github.com/dotnet-script/dotnet-script/blob/master/LICENSE)
607
+ -
0 commit comments