fern-api / fern

Input OpenAPI. Output SDKs and Docs.
https://buildwithfern.com
MIT License
2.45k stars 118 forks source link

(fix, csharp): ToString() Datetimes must be explicitly iso encoded #3886

Closed dsinghvi closed 1 week ago

dsinghvi commented 1 week ago

When calling ToString() on a Datetime in C#, there must be a "o" added to serialize it as an ISO 8601.