FuturistiCoder
Results
2
comments of
FuturistiCoder
I tried with 13.9.3. I have `"produces": ["text/plain"]` in my swagger.json 2.0 I still got generated code like this: ```csharp if (status_ == 200) { var objectResponse_ = await ReadObjectResponseAsync(response_,...
I have the same issue. my workaround is adding `//@ts-ignore`