Skip to content

Commit ad24473

Browse files
authored
Document that multi-file support is postponed (#49361)
1 parent 4eeab32 commit ad24473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/general/dotnet-run-file.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ other files in the target directory or its subdirectories are included in the co
8686
For example, other `.cs` files but also `.resx` (embedded resources).
8787
Similarly, implicit build files like `Directory.Build.props` or `Directory.Packages.props` are used during the build.
8888

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+
8993
### Nested files
9094

9195
If there are nested project files like

0 commit comments

Comments
 (0)