3 references to IntRole
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>();
45
Assert.NotNull(sp.GetRequiredService<RoleManager<
IntRole
>>());