You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 (fromnamespaceB
).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.
The text was updated successfully, but these errors were encountered: