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.
Describe the bug
The DnsClient and Aspose.Email packages define
DnsClient.DnsQueryOptions. Even withglobal::DnsClient.DnsQueryOptions, that's not enough. If there's no way to add in the assembly name withglobal::, 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.