We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a model is renamed to a name conflicting with existing model, TCGC should throw compilation error
Playground From the type graph, we can see TCGC only appends the clientName information for csharp, although it is conflicting with an exsiting model
The text was updated successfully, but these errors were encountered:
Since clienName can be applied for language scope and type. The name should be unique per language scope.
The naming validation should be after all clientName decorators applied, so that we have the overall naming map in place.
clientName
Sorry, something went wrong.
@clientName
Report diagnostics on @clientName conflicts (#1119)
d635570
Resolves #1096 --------- Co-authored-by: Timothee Guerin <[email protected]>
live1206
Successfully merging a pull request may close this issue.
Describe the bug
When a model is renamed to a name conflicting with existing model, TCGC should throw compilation error
Reproduction
Playground
From the type graph, we can see TCGC only appends the clientName information for csharp, although it is conflicting with an exsiting model
Checklist
The text was updated successfully, but these errors were encountered: