Skip to content
New issue

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

Namespace missing on Enums #32

Open
SavoInfostream opened this issue Feb 15, 2021 · 0 comments
Open

Namespace missing on Enums #32

SavoInfostream opened this issue Feb 15, 2021 · 0 comments

Comments

@SavoInfostream
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant