Reputation: 2228
How to make VS not to show HTML errors?
What I've did:
After that I have restarted VS, some HTML errors disappeared (like 20-30) few are still showing.
Note:
I'm using Visual Studio Professsional 2015 update 3, running on Win10 x64.
I have no Resharper installed.
Upvotes: 0
Views: 1114
Reputation: 426
This has to do with accessibility checks:
Tools -> Options -> Web -> Accessibility Checker -> General : Enabled -> set to False
(or Severity : Show Warnings -> false
)
Upvotes: 1