❔ XML attributes with different name and type, but same type.Name
Hi! Here is a cut down of the problem i'm having:
And this is the error I'm getting:
From what I understand, the problem the serializer is having is that it is only able to associate a type by its class name, not the whole name.
I'm not quite sure how to approach this, because the nested types may not be under my control.
I would have imagined that because its an attribute and not an element, that the conflict shouldn't matter.
And this is the error I'm getting:
From what I understand, the problem the serializer is having is that it is only able to associate a type by its class name, not the whole name.
I'm not quite sure how to approach this, because the nested types may not be under my control.
I would have imagined that because its an attribute and not an element, that the conflict shouldn't matter.
