Impossible to debug .net core in Visual Studio

Hello,

I just installed .net core SDK 3.0 preview 4, saw this line in release note:

Change Auto charset to mean UTF-8 off-Windows. The new behavior is more appropriate for x-plan and it matches Mono now. coreclr/23664.

And test in Water:

Now it can correctly show Chinese character! Wonderful!

I actually want to migrate all my console application to .net core.

However, open this project in Visual Studio 2019, and try to debug, failed:

%E5%9B%BE%E7%89%87

The Chinese words mean “The system can not find the specific file”.

So the question is:

  1. How can I debug a .net core project in Visual Studio?
  2. Why don’t the Elements complier generate .exe file? In Water, looks like it will only generate .dll file.
    As .net core project in Visual C# and VB.net will generate .exe file, I don’t see the point why Elements don’t.

Thanks, logged as bugs://82421

bugs://82421 got closed with status fixed.