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
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
[On Helios]: [On CoreCLR]:
Starting yesterday's build, I'm seeing that any compilation error in a C# file (say Startup.cs) is not being displayed on the command line. The Helios error page simply displays a FileLoadException Application.dll
[On DesktopCLR]:
No compilation errors being printed on command line, but the Helios error page shows the compilation errors
[Selfhost]: klr.exe crashes when application has a compilation error. Apart from that I see the same problem with respect to compilation errors listed. [OnCoreCLR]: The compilation errors are swallowed and I can only see klr.exe crashing with a FileNotFound exception on application.dll [DesktopClr]: The compilation errors are listed and klr.exe crashes.
Expectation:
Compilation errors bubbled up in CoreClr.
klr.exe should not crash instead just show the compilation errors and gracefully stop.
The text was updated successfully, but these errors were encountered:
This fix should also address the case when k.cmd is being run on a folder without project.json it should exit gracefully without the error message we print now.
[On Helios]
:[On CoreCLR]
:Starting yesterday's build, I'm seeing that any compilation error in a C# file (say Startup.cs) is not being displayed on the command line. The Helios error page simply displays a FileLoadException Application.dll
[On DesktopCLR]
:No compilation errors being printed on command line, but the Helios error page shows the compilation errors
[Selfhost]
: klr.exe crashes when application has a compilation error. Apart from that I see the same problem with respect to compilation errors listed.[OnCoreCLR]
: The compilation errors are swallowed and I can only see klr.exe crashing with a FileNotFound exception on application.dll[DesktopClr]
: The compilation errors are listed and klr.exe crashes.Expectation:
The text was updated successfully, but these errors were encountered: