Skip to content

C#, Scala, and DAML code generators do not handle duplicate typename in different namespaces properly and fails #232

@PayalKhanna

Description

@PayalKhanna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions