Entitas icon indicating copy to clipboard operation
Entitas copied to clipboard

Code Generation: why do EntityIndex methods of Context are added as extensions methods and not as an interface + partial class

Open itayalper opened this issue 5 years ago • 0 comments

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

itayalper avatar Nov 21 '20 10:11 itayalper