aspnetcore/test
David Fowler 57cf391581 React to EF changes
- Id properties are automatically identity columns
- Disable identity generation for the CustomPocoTest since they
were setting the id manually
- Refactored the CustomDbContext so the the TValue is TKey instead
2014-09-26 01:27:29 -07:00
..
Microsoft.AspNet.Identity.InMemory.Test
Microsoft.AspNet.Identity.SqlServer.InMemory.Test
Microsoft.AspNet.Identity.SqlServer.Test React to EF changes 2014-09-26 01:27:29 -07:00
Microsoft.AspNet.Identity.Test
Shared