Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PayalKhanna opened this issue Jun 28, 2023 · 0 comments

Comments

@PayalKhanna
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant