Open
Description
I've noticed when you have several classes based of the same abstract class the codegen can't handle it even thought the syntax looks like it should e.g.
{
"Name": "MyNamespace.AbstractShape",
"BaseTypes": [
{
"BaseName": "MyNamespace.BaseSquare",
"DerivedName": "MyNamespace.Square"
},
{
"BaseName": "MyNamespace.BaseCircle",
"DerivedName": "MyNamespace.Circle"
}
]
}
Doesn't work