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've got a bizarre bug here. If i have a path in my swagger/openapi spec that's 128 characters or longer then NSwag will crash with a Newtonsoft de-serialization exception. I couldn't reproduce it with newtonsoft directly, but here's my repro with nswag.core
I've got a bizarre bug here. If i have a path in my swagger/openapi spec that's 128 characters or longer then NSwag will crash with a Newtonsoft de-serialization exception. I couldn't reproduce it with newtonsoft directly, but here's my repro with nswag.core
In the above spec there are 129
a
characters as the path. If you remove 1 so that there's 128 characters then it'll all work as expected.Using yaml or json specs result in the same outcome.
Here's the error:
The text was updated successfully, but these errors were encountered: