-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2: Unexpected error when loading sample OpenAPI document #2055
Comments
@MaggieKimani1 The OpenAPI document that I used in the example was serialized by the package itself so it seems like OpenAPI.NET is serializing operation-level tags in a way that it can be parsed by the package? |
Could you please share the initial document you're working with before serialization for repro purposes? |
@MaggieKimani1 I updated the repro code to include the full round-tripping.
|
@MaggieKimani1 This appears to be resolved in 2.0.0-preview5 with all the |
Thanks for confirming @captainsafia ! closing |
I am running into unexpected errors when loading an OpenAPI document from tests via the
OpenApiDocument.Load
APIs in 2.0.0-preview4.Repro code:
Produces the following error:
There is no node associated with the error so it's not possible to determine what aspect of the document are incorrect. This document was serialized using the same version of the Microsoft.OpenApi package.
The text was updated successfully, but these errors were encountered: