When generating .NET code, convert non-default namespace parts to PascalCase. #174
Labels
closed-for-staleness
effort/medium
Medium work item – a couple days of effort
language/dotnet
Related to .NET bindings (C#, F#, ...)
p2
Currently, if a JSII type's namespace is a child of the default namespace, the child namespace is not
PascalCase
d. For example,jsii-calc.composition.CompositeOperation
has the namespaceAmazon.JSII.Tests.CalculatorNamespace.composition
, when it should beAmazon.JSII.Tests.CalculatorNamespace.Composition
.The text was updated successfully, but these errors were encountered: