-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make id property type configurable #20
Comments
Thanks, I will see if this can be done with nhibernate when I have time. |
Any updates !! |
To make id property type configurable, it looks needs a lots of overrides, and you must provide mapping for all the types like Or any good ideas? |
@erdtsieck @beginor @MohamedElbasuony1 @knuxbbs @stringit-mcagno @mylemans i've created a ASP.NET Core identity provider for NHibernate with support for FluentNHibernate and custom id properties. It's simple and highly flexible. Check it out: https://github.com/alexmurari/FluentNHibernate.AspNetCore.Identity If it proves to be useful, I would like to transfer ownership to the NHibernate organization. |
At the moment types like
NHibernate.AspNetCore.Identity.IdentityRole
cannot have an id column other than string. It would be great if we could choose this type for ourselves.The text was updated successfully, but these errors were encountered: