Is it possible to use an EF Core interceptor to influence the process of materialization when data from a database reader is converted into an object?
When not, it there another way to tell EF Core to use an instance of A1 instead of type A?
Regards, Torsten