Please make sure that you turn on the underline errors in the editor and show live semantic errors options in Visual Studio. These options can be found here: Tools > Options > Text Editor > C# > Advanced > Editor Help
Actually, ReSharper has its own, more powerful code anaysis (comparing to the VS one), so these checkboxes are turned off on the 1st start. I agree that it may be quite confusing, however currently it is a by-design feature.
Hello Keith,
Please make sure that you turn on the underline errors in the editor and show live semantic errors options in Visual Studio.
These options can be found here: Tools > Options > Text Editor > C# > Advanced > Editor Help
Please let me know if it helps.
Thanks.
That was it...why does Resharper disable that?
Hello Keith,
Actually, ReSharper has its own, more powerful code anaysis (comparing to the VS one), so these checkboxes are turned off on the 1st start. I agree that it may be quite confusing, however currently it is a by-design feature.
Thanks.