File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 15
15
<PackageId >Microsoft.OpenApi.Hidi</PackageId >
16
16
<ToolCommandName >hidi</ToolCommandName >
17
17
<PackageOutputPath >./../../artifacts</PackageOutputPath >
18
- <Version >1.0.0-preview9 </Version >
18
+ <Version >1.0.0-preview10 </Version >
19
19
<Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
20
20
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
21
21
<PackageTags >OpenAPI .NET</PackageTags >
38
38
39
39
<ItemGroup >
40
40
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
41
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.1 " />
41
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.2 " />
42
42
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6.0.0" />
43
43
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 6.0.0" />
44
44
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
45
45
<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 " />
47
47
</ItemGroup >
48
48
49
49
<ItemGroup >
Original file line number Diff line number Diff line change @@ -331,7 +331,9 @@ public static async Task<OpenApiDocument> ConvertCsdlToOpenApi(Stream csdl)
331
331
EnableDerivedTypesReferencesForResponses = false ,
332
332
ShowRootPath = false ,
333
333
ShowLinks = false ,
334
- ExpandDerivedTypesNavigationProperties = false
334
+ ExpandDerivedTypesNavigationProperties = false ,
335
+ EnableCount = true ,
336
+ UseSuccessStatusCodeRange = true
335
337
} ;
336
338
OpenApiDocument document = edmModel . ConvertToOpenApi ( settings ) ;
337
339
You can’t perform that action at this time.
0 commit comments