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
Describe the bug
I'm trying to generate using Refitter the client fot this openapi json file, but even when using the option useIsoDateFormat the [Query] attribute is not generated using the Format property. After trying to debug the problem I found out that in this line of code the property IsDateOrDateTime is false. I couldn't investigate further unfortunately, because I didn't found the root cause
Yes, sorry, I wasn't sure if I should have posted it here or in the Refitter repository. Since I'm using it through the Visual Studio extension I decided to give as much information as possible 😅
Describe the bug
I'm trying to generate using Refitter the client fot this openapi json file, but even when using the option useIsoDateFormat the [Query] attribute is not generated using the Format property. After trying to debug the problem I found out that in this line of code the property
IsDateOrDateTime
isfalse
. I couldn't investigate further unfortunately, because I didn't found the root causeSupport Key:
6fb4645
To Reproduce
Steps to reproduce the behavior:
'format'
and'type'
properties of one of the dates to be inside the'schema'
object (like in the generated file above)Expected behavior
Scaffold the client correctly using the
'schema'
propertyVisual Studio Extension (please complete the following information):
The text was updated successfully, but these errors were encountered: