Why does “docker attach” hang?

It does not really hang. As you can see in the comment below (You are running “/bin/bash” as command) it seems to be expected behaviour when attaching. As far as I understand you attach to the running shell and just the stdin/stdout/stderr – depending on the options you pass along with the run command – … Read more

Visual studio 2019 freezes when debugging

Visual studio 2019 freezes when debugging Please try the following steps: 1) disable any third party extensions under Extensions–>Manage Extensions in case some other extensions cause this abnormal behavior. 2) close VS, delete bin and obj folder and then restart your project. If you project uses packages.config to manage nuget packages, please run update-package -reinstall under Tools–>NuGet Package Manager–>Package Manager Console to prevent nuget package references from … Read more