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

Move POCO to core #35

Closed
wants to merge 12 commits into from
Closed

Move POCO to core #35

wants to merge 12 commits into from

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Apr 7, 2014

  • Move IdentityUser pocos to core so store implementations can
    share/reuse code
  • TBD Entity changes to use poco correctly (No DateTimeOffset support,
    and concrete navigation types)

HaoK and others added 10 commits April 7, 2014 15:47
- Move IdentityUser pocos to core so store implementations can
share/reuse code
- TBD Entity changes to use poco correctly (No DateTimeOffset support,
and concrete navigation types)
Blocking EF fixes are in, all tests now pass
100% coverage for Identity.Entity
Tests for SetRole/UserName
@@ -6,12 +6,12 @@ namespace Microsoft.AspNet.Identity.Entity
/// <summary>
/// Represents a Role entity
/// </summary>
public class IdentityRole : IdentityRole<string, IdentityUserRole>
public class EntityRole : EntityRole<string, IdentityUserRole>
Copy link

Choose a reason for hiding this comment

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

Is the rename temporary until we consolidate?

Copy link

Choose a reason for hiding this comment

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

Got what you are doing. Sounds good. I just hope we can get rid of these 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup I will try to get rid of these as soon as I can (but I'm going to wait until the Sql version is ready to make sure there are no issues there)

@divega
Copy link

divega commented Apr 11, 2014

Besides the suggestion to add a few TODOs, this looks :shipit: to me.

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.

3 participants