Skip to content

Commit 7da2dd3

Browse files
authored
Update known-issues.md
Fix markdown linting error.
1 parent e23b2e7 commit 7da2dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-notes/10.0/known-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The behavior will be **fixed in the .NET 10 preview 5** release. The workaround
2929

3030
## `global.json` is used for test runner selection instead of `dotnet.config`
3131

32-
In .NET 10 versions up to RC1, we supported the use of a `dotnet.config` file, an INI-formatted file that is currently used only to set the test runner to use with `dotnet test`. Setting this is required in order to use the new Microsoft.Testing.Platform. In 10.0.100 RC2 and beyond, the use of this file is removed in favor of the pre-existing `dotnet.config` file.
32+
In .NET 10 versions up to RC1, we supported the use of a `dotnet.config` file, an INI-formatted file that is currently used only to set the test runner to use with `dotnet test`. Setting this is required in order to use the new Microsoft.Testing.Platform. In 10.0.100 RC2 and beyond, the use of this file is removed in favor of the pre-existing `dotnet.config` file.
3333

3434
Instead of using `dotnet.config` to specify a runner:
3535

@@ -84,3 +84,4 @@ SDK and runtime installers for macOS install a `createdump` binary that lacks th
8484
.NET 10.0 packages for Debian 13 (Trixie) are functional and install successfully. However, during installation, users may see multiple warnings like `W: Unknown TAR header type 120`. These warnings are cosmetic and do not affect the functionality of the installed .NET SDK or runtime. We are actively working to resolve these warnings in a future update.
8585

8686
For installation instructions, see [Install .NET on Debian](https://learn.microsoft.com/dotnet/core/install/linux-debian).
87+

0 commit comments

Comments
 (0)