We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1685 commit 5cea77eCopy full SHA for 5cea77e
src/Microsoft.OpenApi.Readers/V2/OpenApiDocumentDeserializer.cs
@@ -265,10 +265,10 @@ public static OpenApiDocument LoadOpenApi(RootNode rootNode)
265
FixRequestBodyReferences(openApidoc);
266
267
// Register components
268
- if (openApidoc.Components != null)
269
- {
270
- openApidoc.Workspace.RegisterComponents(openApidoc);
271
- }
+ //if (openApidoc.Components != null)
+ //{
+ // openApidoc.Workspace.RegisterComponents(openApidoc.BaseUri, openApidoc.Components);
+ //}
272
273
return openApidoc;
274
}
0 commit comments