Skip to content

Commit dbf1f9e

Browse files
chore: promote shipped APIs (#3004)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 parents 2179326 + 8697a18 commit dbf1f9e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Microsoft.OpenApi.YamlReader/PublicAPI.Shipped.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonNode(this SharpYaml.Seri
1515
static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonNode(this SharpYaml.Serialization.YamlStream! yaml) -> System.Collections.Generic.IEnumerable<System.Text.Json.Nodes.JsonNode!>!
1616
static Microsoft.OpenApi.YamlReader.YamlConverter.ToJsonObject(this SharpYaml.Serialization.YamlMappingNode! yaml) -> System.Text.Json.Nodes.JsonObject!
1717
static Microsoft.OpenApi.YamlReader.YamlConverter.ToYamlNode(this System.Text.Json.Nodes.JsonNode! json) -> SharpYaml.Serialization.YamlNode!
18+
const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxDepth = 64 -> uint
19+
const Microsoft.OpenApi.YamlReader.YamlConverter.DefaultMaxNodeCount = 5000000 -> uint
20+
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.get -> uint
21+
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxDepth.set -> void
22+
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.get -> uint
23+
static Microsoft.OpenApi.YamlReader.YamlConverter.MaxNodeCount.set -> void
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
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

0 commit comments

Comments
 (0)