File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515 <PackageId >Microsoft.OpenApi.Hidi</PackageId >
1616 <ToolCommandName >hidi</ToolCommandName >
1717 <PackageOutputPath >./../../artifacts</PackageOutputPath >
18- <Version >1.0.0-preview9 </Version >
18+ <Version >1.0.0-preview10 </Version >
1919 <Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
2020 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
2121 <PackageTags >OpenAPI .NET</PackageTags >
4343 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 6.0.0" />
4444 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
4545 <PackageReference Include =" Microsoft.OData.Edm" Version =" 7.12.2" />
46- <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.0.11 " />
46+ <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.1.0 " />
4747 </ItemGroup >
4848
4949 <ItemGroup >
Original file line number Diff line number Diff line change @@ -331,7 +331,9 @@ public static async Task<OpenApiDocument> ConvertCsdlToOpenApi(Stream csdl)
331331 EnableDerivedTypesReferencesForResponses = false ,
332332 ShowRootPath = false ,
333333 ShowLinks = false ,
334- ExpandDerivedTypesNavigationProperties = false
334+ ExpandDerivedTypesNavigationProperties = false ,
335+ EnableCount = true ,
336+ UseSuccessStatusCodeRange = true
335337 } ;
336338 OpenApiDocument document = edmModel . ConvertToOpenApi ( settings ) ;
337339
You can’t perform that action at this time.
0 commit comments