kapsiR / MR.AspNet.Identity.EntityFramework6

EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MR.AspNet.Identity.EntityFramework6

Build status NuGet version License

EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.

What is this?

All you have to do in your app:

  • Remove everything EF Core related, this means: 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.
  • Replace all EF Core namespaces with their EF6 counterparts.

MR.AspNet.Identity.EntityFramework6 NuGet version

The port of Microsoft.AspNetCore.Identity.EntityFramework to work under EF6.

MR.AspNet.Identity.EntityFramework6.InMemory NuGet version

Contains in memory implementations of IUserStore and IRoleStore to be used in unit tests.

MR.AspNet.Identity2.EntityFramework6.InMemory NuGet version

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.

EF6 migrations for Asp.Net Core?

Check out Migrator.EF6.

Release notes

2.1.0

This release is for .Net Core 1.1.0

About

EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.

License:MIT License


Languages

Language:C# 99.9%Language:PowerShell 0.1%