DevContainer Support Is Missing For All Services
A reference .NET application implementing an eCommerce site
Brought to you by:
jobily
Originally created by: rizwaanbutt
VSCode DevContainers is a very useful tool to setup and run the application very quickly. EShop does not support dev containers. Can we please add this support to the project?
Originally posted by: captainsafia
@rizwaanbutt Thanks for opening this issue!
One thing to note WRT to devcontainer support is that the Aspire debugging experience is currently limited to VS. It's still possible to run the app host containing the application from the CLI in a dev container, but you won't get as full fidelity an experience with VS Code + dev containers.
Also, I'm not sure if it possesses an issue that Aspire takes a dependency on Docker. It is possible to run Docker inside a Docker container but not sure if Dev Containers make this difficult to experience.
All in all, I think we'll want to make sure the developer experience for Dev Containers actually works before incorporating it.
In the meantime, did you run into any issues while trying to setup and run this app?