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
Our migration and model snapshot reference property CLR types, but if the type name happens to be ambiguous, the migration doesn't compile. We need to full-qualify the CLR type with its namespace when needed.
Seems so! Though maybe we should rediscuss - we've done namespace prefixing for various other cases, and this doesn't seem like a totally exotic thing.
Note from triage: we should do this when two types in the same model have the sample simple name. Conflicts with types outside the model is still out-of-scope.
Our migration and model snapshot reference property CLR types, but if the type name happens to be ambiguous, the migration doesn't compile. We need to full-qualify the CLR type with its namespace when needed.
Flagged by @kosmakoff in npgsql/efcore.pg#1976, where two enum types with the same name are referenced.
The text was updated successfully, but these errors were encountered: