Reputation: 1
I am creating a .NET project(ide:Rider) with .NET 8 by selecting the Individual Authentication option. When I try to add a new Identity to the Areas folder via the popup using “Add Scaffolded Item”, I receive the following error:
“No code generators found with the name ‘ıdentity’
at Microsoft.VisualStudio.Web.CodeGeneration.CodeGeneratorsLocator.GetCodeGenerator(String codeGeneratorName) at Microsoft.VisualStudio.Web.CodeGeneration.CodeGenCommand.Execute(String[] args) RunTime 00:00:01.06 Scaffolding ‘Identity’ has finished with errors: I haven’t been able to resolve this issue. Could you please help me?
I updated the NuGet packages. I updated the framework.
Upvotes: 0
Views: 15