Skip to content

NCarlsonMSFT/ContainerDebuggingInAspire

Repository files navigation

An example of debugging in containers with Aspire in VS 2022

Key Commits:

  • 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)

Key Files:

About

An example for attaching to .NET in a container started by Aspire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors