1 type derived from IdentityErrorDescriber
Microsoft.AspNetCore.Identity.Test (1)
26 instantiations of IdentityErrorDescriber
Microsoft.AspNetCore.Identity.EntityFrameworkCore (3)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (9)
Microsoft.AspNetCore.Identity.InMemory.Test (3)
Microsoft.AspNetCore.Identity.Specification.Tests (1)
Microsoft.AspNetCore.Identity.Test (7)
Microsoft.Extensions.Identity.Core (3)
75 references to IdentityErrorDescriber
Microsoft.AspNetCore.Identity (5)
Microsoft.AspNetCore.Identity.EntityFrameworkCore (32)
UserStore.cs (12)
22/// <param name="describer">The <see cref="IdentityErrorDescriber"/>.</param>
23public UserStore(DbContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { }
37/// <param name="describer">The <see cref="IdentityErrorDescriber"/>.</param>
38public UserStore(DbContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { }
56/// <param name="describer">The <see cref="IdentityErrorDescriber"/>.</param>
57public UserStore(TContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { }
77/// <param name="describer">The <see cref="IdentityErrorDescriber"/>.</param>
78public UserStore(TContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { }
109/// <param name="describer">The <see cref="IdentityErrorDescriber"/>.</param>
110public UserStore(TContext context, IdentityErrorDescriber? describer = null) : base(context, describer) { }
145/// <param name="describer">The <see cref="IdentityErrorDescriber"/> used to describe store errors.</param>
146public UserStore(TContext context, IdentityErrorDescriber? describer = null) : base(describer ?? new IdentityErrorDescriber())
Microsoft.AspNetCore.Identity.Specification.Tests (1)
Microsoft.AspNetCore.Identity.Test (1)
Microsoft.Extensions.Identity.Core (26)
Microsoft.Extensions.Identity.Stores (10)