You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a vsdbg fix that is needed to fix debugging on 2.1 images. The updates are in testing and should be available in the next few days I would think.
This issue should now be fixed. https://aka.ms/getvsdbgps1 now points at a version of vsdbg that once again has the same runtime dependencies as the .NET Runtime.
If you have applied the work around, you can now remove it.
Repo Steps
ASP.NET Core Web Application
Web Application
andEnable Docker Support
FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base
FROM microsoft/dotnet:2.1-sdk AS build
Actual Results

Expected Results
Web application should launch with the debugger attached
Workaround
Change the
base
stage in the Dockerfile to the following:The text was updated successfully, but these errors were encountered: