[http-client-csharp] rename UnionTypes
in TypeFactory
to UnionVariantTypes
?
#5673
Labels
emitter:client:csharp
Issue for the C# client emitter: @typespec/http-client-csharp
We have a
HashSet<string> UnionTypes
inTypeFactory
tracking the names of all existing union variant types.Shall we rename it to
UnionVariantTypes
to avoid confusion?The text was updated successfully, but these errors were encountered: