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
I am using NSwagStudio version 11.17.19.0 to generate a C# class for the attached swagger json file
The generated class has the following error : [System.ComponentModel.DataAnnotations.Range(0, Liquid error: Exception has been thrown by the target of an invocation.)] is this due to the following line in the json and if so how should I resolve the problem? "attachmentCount":{"type":"integer","format":"int32","readOnly":true,"minimum":0.0,"maximum":9.223372036854776E18}
Hello
I am using NSwagStudio version 11.17.19.0 to generate a C# class for the attached swagger json file
The generated class has the following error :
[System.ComponentModel.DataAnnotations.Range(0, Liquid error: Exception has been thrown by the target of an invocation.)]
is this due to the following line in the json and if so how should I resolve the problem?"attachmentCount":{"type":"integer","format":"int32","readOnly":true,"minimum":0.0,"maximum":9.223372036854776E18}
The json is generated by a third party.
Thanks
Dave
swagger.zip
The text was updated successfully, but these errors were encountered: