Azure / autorest.csharp

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

Support `string` to `integer` format transform #2745

Open ArthurMa1978 opened 2 years ago

ArcturusZhang commented 1 year ago

I believe we did not need to support this because the case is rare and we need to know if it is a mistake or we need to mitigate on the SDK side. And we could easily do this using customization code for that property when this feature is done: https://github.com/Azure/autorest.csharp/issues/3277