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 c17a87e commit ac797e8Copy full SHA for ac797e8
test/Microsoft.OpenApi.Readers.Tests/V3Tests/OpenApiSchemaTests.cs
@@ -611,7 +611,7 @@ public void ParseAdvancedSchemaWithReferenceShouldSucceed()
611
}
612
613
614
- }, options => options.Excluding(m => m.Name == "HostDocument"));
+ }, options => options.Excluding(m => m.Name == "HostDocument").IgnoringCyclicReferences());
615
616
617
0 commit comments