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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
It would be very useful if the EF Store could use a custom discriminator for the Type column. The reason why is because right now it uses the assembly qualifier name although during the lifetime of a codebase it can happen that we reorganize the folder structure/namespace, therefore, the Factory will throw because it will not be able to create a new instance of an unknown type.
It would be very useful if the EF Store could use a custom discriminator for the Type column. The reason why is because right now it uses the assembly qualifier name although during the lifetime of a codebase it can happen that we reorganize the folder structure/namespace, therefore, the Factory will throw because it will not be able to create a new instance of an unknown type.
Something like JsonSubTypes could be very useful.
The text was updated successfully, but these errors were encountered: