File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 2 files changed +7
-3
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 >0.5 .0-preview4 </Version >
18
+ <Version >0.6 .0-preview1 </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 >
22
22
<RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
23
23
<PackageReleaseNotes >
24
- - Publish symbols.
24
+ - Upgrades Microsoft.OpenApi.OData to 1.0.10-preview1
25
25
</PackageReleaseNotes >
26
26
<AssemblyName >Microsoft.OpenApi.Hidi</AssemblyName >
27
27
<RootNamespace >Microsoft.OpenApi.Hidi</RootNamespace >
37
37
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 6.0.0" />
38
38
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta2.21617.1" />
39
39
<PackageReference Include =" Microsoft.OData.Edm" Version =" 7.10.0" />
40
- <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.0.9 " />
40
+ <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.0.10-preview1 " />
41
41
</ItemGroup >
42
42
43
43
<ItemGroup >
Original file line number Diff line number Diff line change @@ -206,8 +206,12 @@ public static OpenApiDocument ConvertCsdlToOpenApi(Stream csdl)
206
206
207
207
var settings = new OpenApiConvertSettings ( )
208
208
{
209
+ AddSingleQuotesForStringParameters = true ,
210
+ AddEnumDescriptionExtension = true ,
211
+ DeclarePathParametersOnPathItem = true ,
209
212
EnableKeyAsSegment = true ,
210
213
EnableOperationId = true ,
214
+ ErrorResponsesAsDefault = false ,
211
215
PrefixEntityTypeNameBeforeKey = true ,
212
216
TagDepth = 2 ,
213
217
EnablePagination = true ,
You can’t perform that action at this time.
0 commit comments