Azure / autorest.csharp

Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
MIT License
140 stars 160 forks source link

bug(unbranded): missing `ClientUriBuilder.AppendRaw()` #4863

Open archerzz opened 1 week ago

archerzz commented 1 week ago

Problem

In unbranded generated codes, we could generate codes invoke ClientUriBuilder.AppendRaw() wihch actually does NOT exist. image