REGRESSION INFO: Works well C# DevKit Prerelease Version 3.27.196(C#2.416.2)
INSTALL STEPS
- OS: windows x64
- Install the SDK 10.0.302
- Install VS Code insiders - 1.130.0
- Install internal prerelease C#devkit 3.27.198(C# 2.164.2)
REPRO STEPS
- Open vs code > Create .NET Project > Console App
- Right click xxx.csproj >Build, build successfully.
- Right click xxx.csproj > Debug > Start without Debugging
- After run successfully, open program.cs change "Hello, World" to "Hello, Worldtest"
Note: This issue works well when run the project with "Start New Instance"
ACTUAL “Changing 'top-level code' might not have any effect until the application is restarted" show up in Problems
EXPECTED No error pop up
REGRESSION INFO: Works well C# DevKit Prerelease Version 3.27.196(C#2.416.2)
INSTALL STEPS
REPRO STEPS
Note: This issue works well when run the project with "Start New Instance"
ACTUAL “Changing 'top-level code' might not have any effect until the application is restarted" show up in Problems
EXPECTED No error pop up