Skip to content

Conversation

max-charlamb
Copy link
Contributor

This test currently fails on server builds due to a bug in the DAC.

@max-charlamb max-charlamb requested a review from a team as a code owner September 5, 2025 20:43
@davidwrighton
Copy link
Member

I believe we need to have a scheme to disable this test for versions of the runtime older than .NET 11 (unless of course you intend to fix this in downlevel versions), but this looks generally ok to me.

@steveisok
Copy link
Member

I believe we need to have a scheme to disable this test for versions of the runtime older than .NET 11 (unless of course you intend to fix this in downlevel versions), but this looks generally ok to me.

if (config.RuntimeFrameworkVersionMajor < 10)
is an example of how to pull that off.

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.

3 participants