madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 92 forks source link

False warning of no description meta tag for new ASP.NET Core project #221

Open breyed opened 8 years ago

breyed commented 8 years ago

If you create a new ASP.NET Core Web Application, the Visual Studio Error List shows this warning:

SEO: Specify the page description using a tag. Double-click to fix

Double-clicking has no effect. Additionally, if you hand edit _Layout.cshtml to add a description meta tag, the warning is still displayed.