Open JoshLove-msft opened 1 month ago
When the fully qualified name is available, we should compare the fully qualified names in case there are multiple types with the same name in different namespaces.
https://github.com/microsoft/typespec/blob/main/packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/TypeProvider.cs#L446
This will become more important as the multi-namespace support is added.
When the fully qualified name is available, we should compare the fully qualified names in case there are multiple types with the same name in different namespaces.
https://github.com/microsoft/typespec/blob/main/packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Providers/TypeProvider.cs#L446