You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use my SDK generated with the following code: 0 value is not taken in account. But going deeper, I found the SDK always use SerializeObject of Newtonsoft.Json so I directly try it.
Bug Report Checklist
Description
When I try to use my SDK generated with the following code: 0 value is not taken in account. But going deeper, I found the SDK always use SerializeObject of Newtonsoft.Json so I directly try it.
The output provides me:
and the expected output should be:
openapi-generator version
How I generated my C# SDK with the following command:
openapi-generator-cli generate -i openapi_server/openapi/openapi.yml -g csharp -o csharp_sdk
openapi-generator-cli version : 5.3.0
OpenAPI declaration file content or url
Steps to reproduce
Try to provide a value which is 0 of low_value or high_value.
The text was updated successfully, but these errors were encountered: