Replies: 1 comment
-
|
Having dug through the source code it seems to me that you have to create an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to load a yaml OpenApi document from a url. In the README there is this
await OpenApiDocument.LoadAsync("https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas/v3.0/pass/petstore.yaml");but it throws an exception about yaml not being supported even if I have theMicrosoft.OpenApi.YamlReaderpackage installed. I'm using v2.3.10 of the Microsoft.OpenApi packages because v3 isn't supported withMicrosoft.AspNetCore.OpenApipackage yet. What am I missing?Beta Was this translation helpful? Give feedback.
All reactions