You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we have two types with same name in a different namespaces its fails for these 3 code generators with errors similar to below
The namespace '***' already contains a definition for 'SubstitutionProvisions'
The namespace '*' already contains a definition for 'SubstitutionProvisionsMeta'
The namespace ' ' already contains a definition for 'SubstitutionProvisionsValidator'
Is this a regression?
no
Expected behaviour
the Code Generators should handle both the types in different namespaces properly
The text was updated successfully, but these errors were encountered:
Description
when we have two types with same name in a different namespaces its fails for these 3 code generators with errors similar to below
The namespace '***' already contains a definition for 'SubstitutionProvisions'
The namespace '*' already contains a definition for 'SubstitutionProvisionsMeta'
The namespace ' ' already contains a definition for 'SubstitutionProvisionsValidator'
Is this a regression?
no
Expected behaviour
the Code Generators should handle both the types in different namespaces properly
The text was updated successfully, but these errors were encountered: