mhm90

Results 2 issues of mhm90

Hi, I found a bug when the Code Generator tries to create corresponding functionalities of a component which uses a generic type parameter. Here is my components: ```csharp using Entitas;...

I have many events for some aggregates and just want to avoid declaring new aggregates which are not standalone concepts in my application. I just wanted to query `eventStore` with...