- a77fb6b : This commit added a new VS configuration that builds OCI images for the projects and has Aspire runs them.
- 4bde686 : This commit adds auto-generating a certificate that supports localhost and host.docker.internal and using that to enable HTTPS communication between the containers and the Aspire host.
- 0a81faf : This commit adds a helper to wait for the debugger / cert to be ready before starting service code
- b2b7b22 : This commit changes to using the Sdk Container launch profile to debug in a container. (Requires 17.14)
- ContainerAttacher.cs : Helpers to configure the ContainerResource for Aspire and to orchestrate attaching to the running containers.
- Certs : Handles making the custom cert. Originally from NCarlsonMSFT/CertExample.