“OpenIDDECT EF CORE -Tabelle nicht erstellen” Code-Antworten

OpenIDDECT EF CORE -Tabelle nicht erstellen

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 CORE -Tabelle nicht erstellen

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

Ähnliche Antworten wie “OpenIDDECT EF CORE -Tabelle nicht erstellen”

Fragen ähnlich wie “OpenIDDECT EF CORE -Tabelle nicht erstellen”

Weitere verwandte Antworten zu “OpenIDDECT EF CORE -Tabelle nicht erstellen” auf C#

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen