You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building project ...
Finding the generator 'blazor-identity'...
Running the generator 'blazor-identity'...
Empty or invalid namespace provided, using default namespace.
Added IdentityDbContext class : /Users/guillaumemaka/Developer/BlazorIdentitySample/src/Blazor.Identity/Data/IdentityDataContext.cs
An item with the same key has already been added. Key:
at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.<BuildCommandLine>b__6_0()
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.Execute(String[] args)
at Microsoft.VisualStudio.Web.CodeGeneration.CodeGenCommand.Execute(String[] args)
RunTime 00:00:04.30
File bug (related #1590)
Getting an error when scaffolding blazor-identity
Steps to reproduce:
Exception
Sample code:
https://github.com/guillaumemaka/BlazorIdentitySample.git)
Include provider and version information
Microsoft.AspNetCore.Identity.EntityFrameworkCore: "8.0.8"
Microsoft.EntityFrameworkCore.SqLite: "8.0.8"
Microsoft.EntityFrameworkCore.Tools: "8.0.8"
Microsoft.VisualStudio.Web.CodeGeneration.Design: "8.0.4"
Target framework: net8.0
Operating system: Mac OS Sonoma ARM64
IDE: Visual Studio Code
The text was updated successfully, but these errors were encountered: