In Visual Studio, when attempting to create a new .NET Core project (Web MVC, but the template doesn’t seem to be the issue) I get the following error:
One or more errors were encountered while creating project “XXXXX”
The generated project content may be incomplete.
Specified condition “$(EnableNETAnalyzers)” evaluates to “” instead of a boolean. C:Program Filesdotnetsdk8.0.400SdksMicrosoft.NET.SdktargetsMicrosoft.NET.Sdk.Analyzers.targets
I’ve searched looking for an answer as to why this is occurring. It appears to be tied to something in the Repo as I can create new solutions and projects in other locations. Attempting to do a new solution or project in this repo fails. We do have an .editorconfig, but even after removing it and restarting Visual Studio, I still receive the above error. Any and all thoughts or ideas on what might be causing this, would be appreciated!