“OpenIddect EF Table nie tworzą” Kod odpowiedzi

OpenIddect EF Table nie tworzą

public class ApplicationDbContext : IdentityDbContext<ApplicationUser,IdentityRole<int>, int>
    {
        public ApplicationDbContext(DbContextOptions options)
            : base(options) { }

        protected override void OnModelCreating(ModelBuilder builder)
        {
            base.OnModelCreating(builder);

            builder.UseOpenIddict<int>();
code fighter

OpenIddect EF Table nie tworzą

public class ApplicationDbContext : IdentityDbContext<ApplicationUser,IdentityRole<int>, int>
    {
        public ApplicationDbContext(DbContextOptions options)
            : base(options) { }

        protected override void OnModelCreating(ModelBuilder builder)
        {
            base.OnModelCreating(builder);

            builder.UseOpenIddict<int>();
code fighter

Odpowiedzi podobne do “OpenIddect EF Table nie tworzą”

Pytania podobne do “OpenIddect EF Table nie tworzą”

Więcej pokrewnych odpowiedzi na “OpenIddect EF Table nie tworzą” w C#

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu