I can't access containerised .NET services from host when dll started from remote VSCode's debugger.
I can access the services
- from host machine when the dll is run manually with the dotnet command
- from container (using curl) when dll is run manually or with VSCode debugger
Sample repository: https://github.com/matrumz/stackoverflow-devcontainers-ports-debug
Can access from host when manually run
Results when launched with VSCode debugger