File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
test/Microsoft.OpenApi.Tests/PublicApi Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1297,7 +1297,7 @@ namespace Microsoft.OpenApi.Writers
1297
1297
public class OpenApiJsonWriterSettings : Microsoft.OpenApi.Writers.OpenApiWriterSettings
1298
1298
{
1299
1299
public OpenApiJsonWriterSettings() { }
1300
- public bool Terse { get; set; }
1300
+ public new bool Terse { get; set; }
1301
1301
}
1302
1302
public static class OpenApiWriterAnyExtensions
1303
1303
{
@@ -1379,6 +1379,7 @@ namespace Microsoft.OpenApi.Writers
1379
1379
public bool InlineLocalReferences { get; set; }
1380
1380
[System.Obsolete("Use InlineLocalReference and InlineExternalReference settings instead")]
1381
1381
public Microsoft.OpenApi.Writers.ReferenceInlineSetting ReferenceInline { get; set; }
1382
+ public bool Terse { get; set; }
1382
1383
}
1383
1384
public class OpenApiYamlWriter : Microsoft.OpenApi.Writers.OpenApiWriterBase
1384
1385
{
You can’t perform that action at this time.
0 commit comments