Skip to content

[release/10.0.2xx] Fix -extra container variant check to support .NET 9+#52598

Merged
baronfel merged 8 commits intorelease/10.0.2xxfrom
backport/pr-52161-to-release/10.0.2xx
Jan 29, 2026
Merged

[release/10.0.2xx] Fix -extra container variant check to support .NET 9+#52598
baronfel merged 8 commits intorelease/10.0.2xxfrom
backport/pr-52161-to-release/10.0.2xx

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 21, 2026

Backport of #52161 to release/10.0.2xx

Fixes #52160

Customer Issue

Users trying to publish non-invariant applications onto our 'chiseled' containers found that the SDK tooling wasn't inferring a container with globalization support, as documented. While users could workaround this by explicitly specifying the base image and/or image family, the UX of correct base image inference is a key selling point of the containerization feature and forcing users to manually specify complete base images runs the risk of those image tags becoming stale.

Was this a regression?

  • Yes
  • No - it was just incorrect logic during implementation of the feature

Testing

New tests have been added that verify inference for the boundary conditions.

Risk

Low - this area is under extensive testing now and has a low blast radius.

Copilot AI and others added 5 commits January 21, 2026 04:10
… .NET 9/10

Co-authored-by: baronfel <573979+baronfel@users.noreply.github.com>
Co-authored-by: baronfel <573979+baronfel@users.noreply.github.com>
Co-authored-by: baronfel <573979+baronfel@users.noreply.github.com>
Co-authored-by: mthalman <15789599+mthalman@users.noreply.github.com>
@github-actions github-actions bot requested a review from a team as a code owner January 21, 2026 04:10
@baronfel baronfel self-assigned this Jan 21, 2026
@baronfel baronfel added Servicing-consider Area-Containers Related to dotnet SDK containers functionality labels Jan 21, 2026
@baronfel baronfel merged commit 28580ca into release/10.0.2xx Jan 29, 2026
26 checks passed
@baronfel baronfel deleted the backport/pr-52161-to-release/10.0.2xx branch January 29, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Containers Related to dotnet SDK containers functionality Servicing-approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants