Visual Studio not displaying compile time errors in editor

后端 未结 8 1276
南旧
南旧 2020-12-28 12:32

For example, when I write:

string x = \"turtle\";
x.Go();

There is no red squiggly line detecting the absence of the Go() method on String.

8条回答
  •  我在风中等你
    2020-12-28 12:49

    Stop the project. Open Folder Project. Delete .vs folder (he is a hidden folder) Then restart Visual Studio

提交回复
热议问题