Azure / autorest.csharp

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

`JSON.stringify` cannot handle `Map<K,V>` #5028

Closed ArcturusZhang closed 2 months ago

ArcturusZhang commented 2 months ago

First this issue was uncovered here Potentially operation.responses from TCGC might also be problematic because it is also a Map<number, V>.

This issue is making the data from TCGC not persistable, we need to find a solution for it.

ArcturusZhang commented 2 months ago

The root cause of this issue is in TCGC, therefore let us track this in this issue instead. Closing this one.