Visual Studio 2022 Mac doesn't show errors

Viewed 20

I'm beginner .net developer. I learned some C# on my work Windows machine where i have Visual Studio 2019 Enterprise. Now I installed 2022 Community on my home Mac.

I don't know if the following caused by version, license or platform:

  1. When error is found in the code, on Windows it appears immediately in the Errors window. On Mac I have to rebuild solution to see the errors (but it still underline it in the code).

  2. When a new test method is added, it does not appear in Test Explorer until solution is rebuilt.

Is there any setting for automatic solution rebuild which is enabled in Windows and disabled on mac by default? Or I'm missing something else?

Here an error present in the code, but it not shown in Errors. The error will appear only when I try to build solution:1

Here another test has been added, but the Test Explorer doesn't show it until the solution is rebuilt:2

0 Answers
Related