dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.87k stars 676 forks source link

[Feature Request] Support debugging .NET Core apps in Docker Windows Container (nanoserver) #2195

Open formulahendry opened 6 years ago

shizn commented 6 years ago

We are working on Azure IoT Edge tooling. Azure IoT Edge modules (.Net Core) can be running in Windows nanoserver container, which requires debugging support. https://docs.microsoft.com/en-us/azure/iot-edge/quickstart

shizn commented 5 years ago

@gregg-miskelly @DustinCampbell any updates on this? Thanks.