Skip to content

Commit 549d2b6

Browse files
authored
[10.0] System Path known issue (#10134)
1 parent e810f20 commit 549d2b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-notes/10.0/known-issues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ A `global.json` that sets SDK version along with the test runner will look like:
6464
## Startup Performance Regression in Fractional CPU Containers
6565

6666
Up to 10% startup performance regression was identified in .NET 10 runtime, particularly affecting scenarios running in containers with fractional CPU allocations. This issue has been observed only on x64 architecture. We are actively investigating and working to resolve the issue in future updates.
67+
68+
## Windows System Path Regression
69+
70+
Updating .NET 10 preview7, RC1, or RC2 to RTM may fail to set the `PATH` environment variable on Windows. To work around this issue, repair the .NET 10 Installation. If earlier, non-native versions like 5.0 are present, it can result in swapping the path entries for x86 and x64.
71+
72+
See [the GitHub issue](https://github.com/dotnet/sdk/issues/51218) for more details.

0 commit comments

Comments
 (0)