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 parsing swagger 2.0 document that contains null value at examples.
It failed to parse document with OpenApiError with message Expected a value and Pointer: null.
It's occurred when using Microsoft.OpenApi.Readers2.0.0-preview2.
When using 1.6.22, It can successfully parse document without problems.
Describe the bug
When parsing
swagger 2.0
document that containsnull
value atexamples
.It failed to parse document with
OpenApiError
with messageExpected a value
andPointer
:null
.It's occurred when using
Microsoft.OpenApi.Readers
2.0.0-preview2
.When using
1.6.22
, It can successfully parse document without problems.OpenApi File To Reproduce
Expected behavior
OpenApiDocument.Parse(text).OpenApiDocument
returns parsed OpenAPI documents.The text was updated successfully, but these errors were encountered: