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