TypeScriptBuilder
TypeScriptBuilder copied to clipboard
Namespace missing on Enums
Bug report
Current behavior
An Enum property of an interface (from namespaceA), generated from a C# class, doesn't have namespace prefix before the type (from namespaceB).
Typescript shows the error: TS2304: Cannot find name 'MyEnum'.
Referenced Enum is from different namespace in C# then the interface, of course, and is generated in that namespace by the Builder (But is not referenced as it should).
Expected behavior
Namespace prefix should be attached to the Enum type.