Results 1 issues of gubser

### Description I have a base class `MyBaseClass` and a child class `MyChildClass`. (The base class is just for reusing properties in other entities) ```csharp public class MyBaseClass { [Column("id"),...

status: needs-tests