Replies: 1 comment
-
@MeikelLP There's absolutely nothing in the documentation that would suggest that what you just tried would work. I bleeping hate how much work all this strong typed identifier crap has caused us. "I take pull requests" here. And if you did actually expect someone to fix this for you, you need to add a bit more detail about what exactly you tried to do. Better repro code == quicker fixes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
will generate
which causes a
CS1503
Argument type 'conditional expression' is not assignable to parameter type 'System.Guid'
Workaround:
Use GUIDs for foreign keys until fixed
Beta Was this translation helpful? Give feedback.
All reactions