Morasiu
Morasiu

Reputation: 1337

How to fix Intelisense error for Blazor code section?

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:

Error

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

Answers (1)

Kyle
Kyle

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

Related Questions