Amir
Amir
@ardalis Could you review this, please?
> [@mokarchi](https://github.com/mokarchi) the above looks like AI-generated responses; if so, please don't post these on issues. If users want AI answers, they can do them ourselves, and such answers may...
@uler3161 If you'd like to avoid this repetitive call implement a custom interceptor and register it with the DbContext.
you can combine it with a post-materialization step to initialize event handlers: ``` public class CustomMaterializationInterceptor : IMaterializationInterceptor { public object InitializedInstance(MaterializationInterceptionData materializationData, object entity) { if (entity is BaseBusinessObject...
EF Core doesn’t have a built-in way to handle this, and the EF team currently has no plans to support it either. But if you really need it, you can...
@jodydonetti Could you review this, please?
> Hi [@mokarchi](https://github.com/mokarchi) , I'm currently off for my "summer" vacation, I'll be back next week. Enjoy your summer vacation 😊
Thanks for the detailed feedback, @jodydonetti! I really appreciate you taking the time to dive into this and share your thoughts. I completely understand the complexity and edge cases you’ve...
@alexanderlinne Could you review this, please?
@eerhardt Could you review this, please?