Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Add Generic arguments for IdentityUser and UserStore #643

Closed
wants to merge 7 commits into from

Conversation

slaneyrw
Copy link

Refer to issue #585

Moved Identity* classes to defaults on an open Generic type base class for UserStore and IdentityUser

Added implicit casts for IdentityUserClaim and IdentityUserLogin with virtual implementations
pull commits from asp.net 30/Oct
Conflicts:
	src/Microsoft.AspNet.Identity.EntityFramework/IdentityUser.cs
	src/Microsoft.AspNet.Identity.EntityFramework/UserStore.cs

Syncing to RC1
@dnfclas
Copy link

dnfclas commented Nov 21, 2015

Hi @slaneyrw, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!
We will now validate the agreement and then real humans will evaluate your PR.

TTYL, DNFBOT;

@slaneyrw
Copy link
Author

This also could satisfy issue #596

Extended RoleStore
Extended IdentityDbContext
Changes to run tests on coreclr with moq.netcore
@HaoK
Copy link
Member

HaoK commented Jan 29, 2016

We're not planning on taking this for RTM but we will revisit this for vnext

@slaneyrw
Copy link
Author

slaneyrw commented Feb 1, 2016

There goes the upgrade path for our application. Not going to be bother to fix the pull request for the ASP.NET Core namespace change, really isn't any point is there!

@HaoK HaoK modified the milestones: 1.0.0-rc2, Backlog Mar 29, 2016
@HaoK
Copy link
Member

HaoK commented Mar 29, 2016

We discussed this and willing to try and get this in for RC2, once any issues in review are addressed

@@ -66,6 +67,89 @@ protected IdentityDbContext()
{

}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we call these methods something more like CreateXyzModel instead of OnBuild since these are called from OnModelCreating?

@divega
Copy link

divega commented Apr 1, 2016

We shouldn't rush this in for RC2 but instead do it early into the next milestone, so moving.

@divega divega modified the milestones: 1.0.0, 1.0.0-rc2 Apr 1, 2016
@HaoK HaoK mentioned this pull request Apr 13, 2016
@HaoK
Copy link
Member

HaoK commented May 17, 2016

Replaced by #798

@HaoK HaoK closed this May 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants