microsoft / typespec

https://typespec.io/
MIT License
4.55k stars 222 forks source link

Type/method name comparison should support comparing fully qualified names #4735

Open JoshLove-msft opened 1 month ago

JoshLove-msft commented 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

JoshLove-msft commented 2 weeks ago

This will become more important as the multi-namespace support is added.