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
Names can be re-used across packages. Full type names need to be used to protect against naming conflicts.
See #786
The text was updated successfully, but these errors were encountered:
The generated Java code uses fully qualified names for everything... Should the C# generator do the same?
Sorry, something went wrong.
The C# Generator attempts to detect whether a fully qualified name is necessary. See SymbolMap. I would start there when searching for the root cause.
SymbolMap
Also, should this be moved to the jsii repo?
jsii
@mpiroc you're absolutely right - I've created aws/jsii#252 to track this. Resolving here.
No branches or pull requests
Names can be re-used across packages. Full type names need to be used to protect against naming conflicts.
See #786
The text was updated successfully, but these errors were encountered: