aspnetcore/test/Microsoft.AspNetCore.Identi...
Hao Kung 3a208fe41c Fix params name and AddRoles (#1406)
AddRoles should not be adding a store, that's done by the store
implementation, it should only be registering the role services.  Also
fixed the TUser/TRole generic parameters names since they were actually
the store types
2017-09-05 10:46:55 -07:00
..
ControllerTest.cs
FunctionalTest.cs Fix params name and AddRoles (#1406) 2017-09-05 10:46:55 -07:00
InMemoryStore.cs
InMemoryStoreTest.cs
InMemoryUserStore.cs
InMemoryUserStoreTest.cs
Microsoft.AspNetCore.Identity.InMemory.Test.csproj Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
TestClock.cs