Skip to content

Document .NET 11 SDK local container runtime selection change - #55232

Open
gewarren with Copilot wants to merge 2 commits into
mainfrom
copilot/breaking-change-sdk-container-publishing-again
Open

Document .NET 11 SDK local container runtime selection change#55232
gewarren with Copilot wants to merge 2 commits into
mainfrom
copilot/breaking-change-sdk-container-publishing-again

Conversation

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

.NET 11 SDK container publishing now prefers platform-native local runtimes when available: wslc on Windows and Apple's container CLI on macOS. This can change which local runtime receives a published image when Docker or Podman is also installed.

  • Breaking-change article

    • Adds a .NET 11 SDK compatibility article for the new local runtime auto-detection behavior.
    • Documents previous behavior, new behavior, recommended action, and affected container constants.
  • Compatibility navigation

    • Adds the article to the .NET 11 breaking changes index.
    • Adds the article to the compatibility TOC under SDK and MSBuild.
  • Container publish reference

    • Updates LocalRegistry documentation with the new supported values and detection order.
    • Notes that Docker and Podman remain fallbacks.

Example explicit runtime selection:

dotnet publish /t:PublishContainer -p:LocalRegistry=Docker

Internal previews

File Preview link
docs/core/compatibility/11.md docs/core/compatibility/11
docs/core/compatibility/sdk/11/native-local-container-runtimes.md docs/core/compatibility/sdk/11/native-local-container-runtimes
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/containers/publish-configuration.md docs/core/containers/publish-configuration

Copilot AI review requested due to automatic review settings August 4, 2026 21:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because there is no eligible user to bill. To allow Copilot reviews on bot-authored pull requests, enable direct organization billing in your organization's Copilot settings.

Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot AI changed the title [WIP] Update SDK container publishing for platform-native local runtimes Document .NET 11 SDK local container runtime selection change Aug 4, 2026
Copilot AI requested a review from gewarren August 4, 2026 22:00
Comment thread docs/core/containers/publish-configuration.md
@gewarren
gewarren marked this pull request as ready for review August 4, 2026 22:13
@gewarren
gewarren requested a review from a team as a code owner August 4, 2026 22:13
@gewarren
gewarren requested a review from baronfel August 4, 2026 22:13
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.

[Breaking change]: SDK container publishing prefers platform-native local runtimes

3 participants