EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.
All you have to do in your app:
Microsoft.EntityFrameworkCore.Tools
, Microsoft.EntityFrameworkCore.SqlServer
, Microsoft.EntityFrameworkCore.InMemory
and Microsoft.AspNetCore.Identity.EntityFramework
. And instead add the following: EntityFramework
and MR.AspNet.Identity.EntityFramework6
.MR.AspNet.Identity.EntityFramework6
The port of Microsoft.AspNetCore.Identity.EntityFramework
to work under EF6.
MR.AspNet.Identity.EntityFramework6.Key.Int
An implementation that uses an int as the primary key for users and roles.
MR.AspNet.Identity.EntityFramework6.InMemory
Contains in memory implementations of IUserStore
and IRoleStore
to be used in unit tests.
MR.AspNet.Identity2.EntityFramework6.InMemory
Contains in memory implementations of IUserStore
and IRoleStore
for identity 2 to be used in unit tests.
Note: In memory stores have a dependency on MR.Patterns.Repository
for the in memory repository implementation.
MR.AspNet.Identity.EntityFramework6.Models
Contains the models. This package has no dependencies.
Check out the samples in the samples/
directory.
Check out Migrator.EF6.
3.0.6
3.0.5
MR.AspNet.Identity.EntityFramework6.Models
. #173.0.3
3.0.2
3.0.1
Microsoft.Extensions.Identity.Core
. #113.0.0
2.1.0
This release is for .Net Core 1.1.0