Remote Debugging .NET Core Linux Docker Container - "the current source is different from the version built into .dll" Remote Debugging .NET Core Linux Docker Container - "the current source is different from the version built into .dll" docker docker

Remote Debugging .NET Core Linux Docker Container - "the current source is different from the version built into .dll"


Tools->Options->Debugging->General, turn off "Require source files to exactly match the original version". Not ideal, but at least it hits the breakpoint set in the source code in VS2017.

Please let me know once you find out how to properly fix this.