H. Hess
H. Hess
The base class extends from IdentityRole. This is how it is defined by Microsofts IdentityDbContext: builder.Entity((Action) (b => { b.HasKey((Expression) (r => (object) r.Id)); b.HasIndex((Expression) (r => r.NormalizedName)).HasName("RoleNameIndex").IsUnique(true); b.ToTable("AspNetRoles"); b.Property((Expression)...
I still get the same error message when calling FixOnModelCreating in OnModelCreating(ModelBuilder modelBuilder): > Exception thrown: 'System.MissingMethodException' in EfCore.Shaman.dll > An exception of type 'System.MissingMethodException' occurred in EfCore.Shaman.dll but was...
Thank you for the clarification 👍 I look forward to the nuget release.
Still no information on nuget release?
netstandard2.0 Warning: Package ' EfCore.Shaman 1.0.17277.68' was restored using '.NETFramework,Version=v.4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. Appart from that...