File tree Expand file tree Collapse file tree
src/Microsoft.OpenApi.YamlReader Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,4 +14,9 @@ static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonNode(this SharpYaml.Seri
1414static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonNode(this SharpYaml.Serialization.YamlNode! yaml) -> System.Text.Json.Nodes.JsonNode!
1515static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonNode(this SharpYaml.Serialization.YamlStream! yaml) -> System.Collections.Generic.IEnumerable<System.Text.Json.Nodes.JsonNode!>!
1616static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonObject(this SharpYaml.Serialization.YamlMappingNode! yaml) -> System.Text.Json.Nodes.JsonObject!
17- static Microsoft.OpenApi.YamlReader.YamlConverter.ToYamlNode(this System.Text.Json.Nodes.JsonNode! json) -> SharpYaml.Serialization.YamlNode!
17+ static Microsoft.OpenApi.YamlReader.YamlConverter.ToYamlNode(this System.Text.Json.Nodes.JsonNode! json) -> SharpYaml.Serialization.YamlNode!const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxDepth = 64 -> uint
18+ const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxNodeCount = 5000000 -> uint
19+ static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.get -> uint
20+ static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.set -> void
21+ static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.get -> uint
22+ static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.set -> void
Original file line number Diff line number Diff line change 11#nullable enable
2- const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxDepth = 64 -> uint
3- const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxNodeCount = 5000000 -> uint
4- static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.get -> uint
5- static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.set -> void
6- static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.get -> uint
7- static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.set -> void
You can’t perform that action at this time.
0 commit comments