File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,19 @@ That is all it takes and we can execute the script. Args are accessible via the
103
103
dotnet script helloworld.csx
104
104
```
105
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
+
106
119
### Scaffolding
107
120
108
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
+ -
You can’t perform that action at this time.
0 commit comments