[Copied from https://github.com/dotnet/dotnet-docker/issues/185]
What is the proper way to install the debugger on a dotnet image and get it debugging from VSCode?
Currently there are multiple (messy) ways to work with old project.json and containers like for example, that bunch of scripts generated by yo docker.
Is there any guidance on how to create a debug container for .net apps?
Thank you
@galvesribeiro