Skip to content

Conversation

@westey-m
Copy link
Contributor

@westey-m westey-m commented Nov 24, 2025

Motivation and Context

The project has been updated to use the .net 10 SDK, but the dev container is using an image that uses the .net 9 SDK, so we have to update to the latest.
Even the latest image is only using the .net 10 rc SDK, but it should hopefully be updated soon to point to the GA version, in which case the container would start working correctly.

Description

  • Updating to the latest dev container.
  • Adding support for docker in docker for cases where we need to run a docker container.

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Copilot AI review requested due to automatic review settings November 24, 2025 15:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the .NET devcontainer configuration to align with the project's migration to .NET 10, and adds Docker-in-Docker support for scenarios requiring containerized workloads.

  • Updates the base devcontainer image from .NET 9.0 to .NET 10.0
  • Adds the docker-in-docker feature for running Docker containers within the dev environment

@westey-m westey-m added this pull request to the merge queue Nov 24, 2025
Merged via the queue into microsoft:main with commit db424d5 Nov 24, 2025
16 checks passed
This was referenced Dec 5, 2025
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.

3 participants