I've created a new ASP.NET Core Web Application
project via the File/New Project mechanism in VS2015. I open up _Layout.cshtml and I see red all over the place.
It seems Resharper does not recognize things like ViewData, RenderSection, Model, etc..
Is there anyway to fix this? P.S. I should mention that I tried all the usual suspects (clearing cache, suspend/restart Resharper, etc...)
P.P.S For other folks with this problem, I just disabled Resharper for .cshtml extension per the winning answer for this question.