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
The DiscriminatorValue is currently a string, but should be object to allow for e.g. enums to discriminate derived entity types. See e.g. #2057 where a naiive try results in invalid SQL for enum.