Skip to content

Different Namespaces are not Generated #1

Description

@Soaryn

Problem:

PolymorphicStructs that are created in a different namespace than the interface are not generated in their using statements of the generated struct file, breaking compilation.

Example

namespacePlayground.ExamplePoly{[PolymorphicStruct]publicinterfaceIPoly{publicvoidDoThing();}}
namespacePlayground.ExamplePoly.Test{publicpartialstructPolyC:IPoly{publicvoidDoThing(){}}}

Current Temporary Workaround

In another IPoly struct, add the using namespace of what ever namespace is nested. These are picked up by the source generator.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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