Entitas
Entitas copied to clipboard
Code Generation: why do EntityIndex methods of Context are added as extensions methods and not as an interface + partial class
Hi,
I have have question about entity index (es) as the title points out, I want to know if there is any issue with creating a custom code generator that creates EntityIndex methods as interface(d) methods.
To further explain my specific use case, I have 2 major contexts: frontend and backend, whom share a lot of the same systems - it could save me a lot of time if the EntityIndex methods were to be generated like that.
Cheers