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
OS/device including version:
Windows 10, running the 1.0 branch with Visual Studio Community 2019
Issue description:
Adding the following snippet to my csproj broke the ability for visual studio to debug the program. It "hits" the breakpoints, but says "No compatible code running on the thread" and doesn't see the source file.
I'm not absolutely positive this is a bug in the extension, but it seems like a safe bet.
(My colleague ran into a similar issue using the VS Code extension and opened this bug, this report reflects the different issue that happened when I tried to do the same thing with Visual Studio.)
The text was updated successfully, but these errors were encountered:
OS/device including version:
Windows 10, running the 1.0 branch with Visual Studio Community 2019
Issue description:
Adding the following snippet to my csproj broke the ability for visual studio to debug the program. It "hits" the breakpoints, but says "No compatible code running on the thread" and doesn't see the source file.
I'm not absolutely positive this is a bug in the extension, but it seems like a safe bet.
(My colleague ran into a similar issue using the VS Code extension and opened this bug, this report reflects the different issue that happened when I tried to do the same thing with Visual Studio.)
The text was updated successfully, but these errors were encountered: