-
When working with .NET projects not running under .NET Aspire, it is easy to debug .NET code running inside a Docker container using Visual Studio's fast build feature as described here: https://learn.microsoft.com/en-us/visualstudio/containers/edit-and-refresh I am working on a new distributed application running under .NET Aspire and would like:
The reason I need to use Docker containers for my .NET development are:
However, it is not clear to me from the documentation whether this is intended to be possible and, if so, how. The documentation is currently ambiguous and it would be great if it could be updated if this is indeed possible. If this is not possible, is the intention that anyone wishing to run .NET projects inside Docker containers use Docker Compose and the standalone Aspire dashboard instead? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Aspire doesn't run projects in a container today. When we do add this feature, we'll integrate with the IDE for debugging. |
Beta Was this translation helpful? Give feedback.
Aspire doesn't run projects in a container today. When we do add this feature, we'll integrate with the IDE for debugging.