Reputation: 1337
I'm using Visual Studio 16.3.10 (with Resharper) and .Net Core 3.0 with Server-Side Blazor. It's a nearly clear template project.
I'm getting this type of errors in all .razor
files:
Project is building just fine. And in Error List in VS is empty.
Also normal .cs
files are looking nice and clear.
I haven't found anything by using search etc.
How can I get rid of this fake errors?
Upvotes: 3
Views: 1284
Reputation: 33691
This should be fixed in Resharper 2019.2.3 and up I believe. If you have 2019.2.3 and it's still not working, I would install the latest EAP here : https://www.jetbrains.com/resharper/eap/
Upvotes: 1