Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems When upgrading to Identity 2.0.0 #2

Open
pltaylor opened this issue Apr 29, 2014 · 3 comments
Open

Problems When upgrading to Identity 2.0.0 #2

pltaylor opened this issue Apr 29, 2014 · 3 comments

Comments

@pltaylor
Copy link

I was wondering if you had tried to upgrade this example to Identity 2.0.0? I have run into 4 compile errors after upgrading the NuGet packages and was wondering if you had any guidance on how to proceed. I would have left a comment in the blog post but comments appear to have been turned off. Thanks for the help and the example.

@xivSolutions
Copy link
Contributor

Working on a new post about this very thing. If I am correct, this should be easier to achieve using IDentity 2.0 - just gotta sort out all the breaking changes.

I'll link here when I publish. Meanwhile, the first area to focus on would be the different implementation of IdentityUSerRole used by Identity 2.0 - previously, this contained references to both the ApplicationUser and IdentityRole instances. Now, it only uses the respective ID's.

I'm travelling right now, so I don't know how quickly I can get the new post up.

If you find some partial (or complete) solutions, please feel free to shoot a PR here. I won't merge it directly, as I think this project should remain as a how-to for Identity 1.0. However, anything I incorporate will be pulled over into a new project, and properly attributed.

@pltaylor
Copy link
Author

I'm looking into it now and trying to wrap my head around it. If you want to go ahead and clone this repo into a new one for you your new blog post I will be happy to do a PR if I can figure it out before you have time to.

@pltaylor
Copy link
Author

PR sent for part of the solution. Still trying to wrap my head around the users case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants