We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7face commit b8f127cCopy full SHA for b8f127c
documentation/general/dotnet-run-file.md
@@ -7,6 +7,8 @@ We call these *file-based programs* (as opposed to *project-based programs*).
7
dotnet run file.cs
8
```
9
10
+See also [IDE spec](https://github.com/dotnet/roslyn/blob/main/docs/features/file-based-programs-vscode.md).
11
+
12
## Motivation
13
14
File-based programs
0 commit comments