Skip to content

Namespace missing on Enums #32

Description

@SavoInfostream

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions