Anton Kovalenko
Anton Kovalenko
> Any solution to fixed it? Try this: ``` optimizeDeps: { esbuildOptions: { tsconfigRaw: { compilerOptions: { experimentalDecorators: true } } } } ```
Additional: If I remove Table Name from ChildBase2 declaration: ```c# mappingBuilder.Entity() //.HasTableName("Base2") .Property(x => x.ChildId).HasColumnName("Test_ChildId"); ``` Insert & Update queries would be created properly until I add another complex property...
> It is not clear what you try to achieve. Multi-table inheritance not supported currently. > > If you just want to use base type properties, it is not clear...
Speaking about "Support generic messages". Is this including support of generic Queries/Requests/Commands?