Skip to content

debugging-via-dotnet-dump: update test for .NET 11. - #437

Merged
tmds merged 1 commit into
redhat-developer:mainfrom
tmds:update-debugging-via-dotnet-dump-net11
Sep 17, 2026
Merged

tmds merged 1 commit into
redhat-developer:mainfrom
tmds:update-debugging-via-dotnet-dump-net11

Conversation

@tmds

@tmds tmds commented Sep 16, 2026

Copy link
Copy Markdown
Member

The .NET 11 SDK handles some functionality through an AOT-compiled library. For tool dispatch, there is no longer a managed .NET SDK process. The test was expecting to find this when running dotnet dump ps.

Additionally, .NET 11 introduces runtime-async which changes dumpasync output format, and the eeheap output now indents segment lines.

The .NET 11 SDK handles some functionality through an AOT-compiled library.
For tool dispatch, there is no longer a managed .NET SDK process.
The test was expecting to find this when running `dotnet dump ps`.

Additionally, .NET 11 introduces runtime-async which changes dumpasync
output format, and the eeheap output now indents segment lines.
@tmds
tmds requested review from nicrowe00 and omajid September 16, 2026 12:34
@tmds

tmds commented Sep 17, 2026

Copy link
Copy Markdown
Member Author

I'm going to merge this since I'd like to see how it affects the CI runs.
If there is any feedback I can address it in a subsequent PR.

@tmds
tmds merged commit d18fbef into redhat-developer:main Sep 17, 2026
24 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant