-
When you use GetUserId it will always return a string rather than the TKey of the IdentityUser. I think should be changed to return the type of key specified. |
Beta Was this translation helpful? Give feedback.
Answered by
blowdart
Oct 28, 2020
Replies: 1 comment
-
This is by design. String is the lowest common denominator between all database types and all primary keys. It won't change. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blowdart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is by design. String is the lowest common denominator between all database types and all primary keys. It won't change.