3 references to IntUser
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (3)
UserStoreIntKeyTest.cs (3)
25public class UserStoreIntTest : SqlStoreTestBase<IntUser, IntRole, int> 39var builder = services.AddIdentity<IntUser, IntRole>().AddEntityFrameworkStores<TestDbContext>(); 44Assert.NotNull(sp.GetRequiredService<UserManager<IntUser>>());