Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/Microsoft.OpenApi.YamlReader/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonNode(this SharpYaml.Seri
static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonNode(this SharpYaml.Serialization.YamlStream! yaml) -> System.Collections.Generic.IEnumerable<System.Text.Json.Nodes.JsonNode!>!
static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonObject(this SharpYaml.Serialization.YamlMappingNode! yaml) -> System.Text.Json.Nodes.JsonObject!
static Microsoft.OpenApi.YamlReader.YamlConverter.ToYamlNode(this System.Text.Json.Nodes.JsonNode! json) -> SharpYaml.Serialization.YamlNode!
const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxDepth = 64 -> uint
const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxNodeCount = 5000000 -> uint
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.get -> uint
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.set -> void
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.get -> uint
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.set -> void
6 changes: 0 additions & 6 deletions src/Microsoft.OpenApi.YamlReader/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
#nullable enable
const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxDepth = 64 -> uint
const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxNodeCount = 5000000 -> uint
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.get -> uint
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.set -> void
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.get -> uint
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.set -> void
Loading