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.
1 parent 4eeab32 commit ad24473Copy full SHA for ad24473
documentation/general/dotnet-run-file.md
@@ -86,6 +86,10 @@ other files in the target directory or its subdirectories are included in the co
86
For example, other `.cs` files but also `.resx` (embedded resources).
87
Similarly, implicit build files like `Directory.Build.props` or `Directory.Packages.props` are used during the build.
88
89
+> [!CAUTION]
90
+> Multi-file support is postponed for .NET 11.
91
+> In .NET 10, only the single file passed as the command-line argument to `dotnet run` is part of the compilation.
92
+
93
### Nested files
94
95
If there are nested project files like
0 commit comments