Skip to content

Duplicate Type Names Cause Compilation Issues #281

@JasonBock

Description

@JasonBock

Describe the bug
The DnsClient and Aspose.Email packages define DnsClient.DnsQueryOptions. Even with global::DnsClient.DnsQueryOptions, that's not enough. If there's no way to add in the assembly name with global::, I'll have to remove one of the assemblies in the code gen app (probably Aspose.Email), or find a way to isolate the generation with one assembly reference at a time, and that would not be fun.

I realize this is an extremely rare case, but....it is a valid one. If someone was referencing these two packages and wanted to use IDnsQuery, they'd be at a loss.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions