You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: