Errors: Data path “.builders[‘app-shell’]” should have required property ‘class’
I am getting this error while running my application. Here are the details of my application. I have already tried cache clean.
I am getting this error while running my application. Here are the details of my application. I have already tried cache clean.
This may have to do with ASP NET Core 2.2 as you figured. There’s an issue registered on GitHub https://github.com/aspnet/AspNetCore/issues/4398 And the work-around is as follows – add the following bit of code in your startup.cs class (I’ve kept this first in Configure method) Do keep track of the GitHub issue.