[docs] Clarify .NET 11 runtime-specific build properties - #26634
Draft
vitek-karas wants to merge 1 commit into
Draft
vitek-karas wants to merge 1 commit into
vitek-karas wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NETSDK1242forUseMonoRuntime=trueon .NET 11 iOS, tvOS, and Mac Catalyst while keeping the existing macOS CoreCLR-only workload error distinctUseInterpreter=trueDebug behavior to .NET 10 and earlier and clarify thatMtouchInterpreterandUseInterpreterconfigure the Mono interpreter, not the CoreCLR interpreterMtouchLinkandTrimModeunchangedValidation
git diff --checkEnableSGenConc,MonoUseCompressedInterfaceBitmap,MtouchEnableSGenConc,MtouchUseLlvm,MtouchLink, andTrimModeProjectTest.MonoOnlyPropertyWarningandProjectTest.MonoOnlyPropertyErrorcoverage; these macOS workload tests were not run from the Windows worktreeRelease evidence
Current
mainat03e37082495026ce93f511a01fc07ef7e2170279contains the #26042 warning behavior and #26468 (c7c6bba288295c08a6d125338f5bf5849d3f5bbc). The availablerelease/11.0.1xx-rc.1branch at4d35fc6aedc02ef4bb9ecdae170cb8132be0a5d6contains #26042 but does not contain #26468, and no final .NET 11 release branch is currently available. This PR follows the approved DOC-018 assumption that #26468 ships in final .NET 11; that ancestry must be rechecked before merge.The .NET SDK gate currently raises
NETSDK1242for .NET 11 and later iOS, tvOS, and Mac Catalyst projects withUseMonoRuntime=true; macOS is excluded from that gate and retains the workload'sOnly CoreCLR is supported on macOSerror. The .NET MAUInet11.0,release/11.0.1xx-rc1, andrelease/11.0.1xx-rc2targets setUseInterpreteronly whenUseMonoRuntime=true.Coordination
Synchronization to
dotnet/docs-mobileis intentionally deferred to the coordinated DOC-018 public documentation PR.