Skip to content

Update samples to .NET 11 - #7352

Merged
lbussell merged 13 commits into
mainfrom
lbussell/update-samples-dotnet-11
Sep 11, 2026
Merged

Update samples to .NET 11#7352
lbussell merged 13 commits into
mainfrom
lbussell/update-samples-dotnet-11

Conversation

@lbussell

Copy link
Copy Markdown
Member

This PR updates the samples to .NET 11 and updates all documentation accordingly. The documentation changes are only surface-level to reflect the new versions.

New sample names:

Before After
aspnetapp AspNetCoreRazorApp
releasesapi AspNetCoreNativeAot
dotnetapp ConsoleApp
globalapp ConsoleAppWithGlobalization
releasesapp ConsoleAppSelfContained
complexapp MultiProjectApp

Tags are unchanged.

lbussell and others added 9 commits September 9, 2026 10:46
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Rename sample directories and projects, update references and documentation, and use PascalCase for MultiProjectApp libraries and tests. Preserve existing container image tags.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Use Resolute package sources and the correct AMD64 Ubuntu archive. Install Clang and LLVM alongside the target GNU toolchain for Native AOT cross-linking and symbol processing.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Install the ASP.NET Core Module from the available .NET 10 hosting bundle while retaining the .NET 11 SDK and runtime. The .NET 11 hosting-bundle alias is not available yet.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Align product versions, versioned tags, build dependencies, and Windows publishing metadata with .NET 11 and LTSC 2025. Update generated tag listings and sample README examples while preserving floating sample tags.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Use Resolute and LTSC 2025 in the sample test matrix. Remove obsolete Debian Dockerfile cases and older Windows sample variants without changing product-image test data.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Refresh SDK commands, platform examples, test output, and tag-selection guidance for .NET 11. Correct Windows-to-Linux output mounts and retain links to documented breaking changes, including .NET 10.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Align sample directory, project and solution names, Dockerfile references, and documentation links with Aot casing.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@lbussell
lbussell requested review from a team and wiktork as code owners September 11, 2026 16:42
Comment thread documentation/ubuntu-chiseled.md Outdated
Comment thread samples/AspNetCoreNativeAot/Dockerfile.ubuntu-cross-arm64-x64
Comment thread samples/ConsoleAppSelfContained/README.md
Comment thread documentation/azurelinux.md Outdated
lbussell and others added 4 commits September 11, 2026 10:36
Replace the README example with actual container output using current release metadata.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
List console samples before ASP.NET Core samples.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@lbussell
lbussell requested a review from mthalman September 11, 2026 17:56
@lbussell
lbussell merged commit 7a1cdd5 into main Sep 11, 2026
96 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.

Rename sample projects for better clarity

2 participants