Hi @Timovzl
I use a base class for my entities to contain some common properties, inheriting from Entity<TId, TIdPrimitive>. Unfortunately, when doing so, custom ID type does not get generated. Would this be possible in future to extend code generation functionality, so it generates custom ID types for entities that inherit from Entity<TId, TIdPrimitive> through the other base class?
Thank you!
Eugene