Mantas Čekanauskas
Mantas Čekanauskas

Reputation: 2228

Visual Studio showing HTML errors

enter image description here

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.

Extensions I have enter image description here

Upvotes: 0

Views: 1114

Answers (1)

gicalle
gicalle

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

Related Questions