Skip to content

Comments

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

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

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

Conversation

@github-actions
Copy link
Contributor

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

Backport of #52161 to release/10.0.1xx

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
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.

3 participants