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.
2 parents 1a7392f + 48a809e commit ebbe5c1Copy full SHA for ebbe5c1
src/Microsoft.OpenApi/Services/OpenApiWalker.cs
@@ -274,7 +274,7 @@ internal void Walk(IOpenApiExtensible openApiExtensible)
274
275
_visitor.Visit(openApiExtensible);
276
277
- if (openApiExtensible != null)
+ if (openApiExtensible.Extensions != null)
278
{
279
foreach (var item in openApiExtensible.Extensions)
280
0 commit comments