Azure / autorest.csharp

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

Thorough refactor needed for `LowLevelClient` #4525

Open ArcturusZhang opened 7 months ago

ArcturusZhang commented 7 months ago

Describe the issue or request

Currently our LowLevelClient is really messy and badly designed. We should refactor it before we migrate it to MGC or we just write a new one in MGC instead for non-azure cases.

ArcturusZhang commented 7 months ago

FYI @jorgerangel-msft @m-nash