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
Create a Console App (.NET Core) with the following code on Program.cs:
classProgram{inta=20;return;}
Start debugging (F10);
Delete Program.cs externally;
Expected Behavior:
EnC reports an error that the file has been deleted.
Actual Behavior:
You can continue debugging without source code.
Remarks
*If you create a .NET Framework Console App instead, Roslyn emits a rude edit as long as you also close the code in the editor window. However, no message shows up on "Error List" Window.
*We might want to deal with file renames as well?