File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Microsoft.OpenApi/Extensions
Microsoft.OpenApi.Readers.Tests/OpenApiReaderTests Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
<Nullable >enable</Nullable >
10
10
<ToolCommandName >hidi</ToolCommandName >
11
11
<PackageOutputPath >./../../artifacts</PackageOutputPath >
12
- <Version >1.4.13 </Version >
12
+ <Version >1.4.14 </Version >
13
13
<Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
14
14
<SignAssembly >true</SignAssembly >
15
15
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
39
39
</PackageReference >
40
40
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
41
41
<PackageReference Include =" Microsoft.OData.Edm" Version =" 8.1.0" />
42
- <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 2.0.0-preview.6 " />
42
+ <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 2.0.0-preview.7 " />
43
43
<PackageReference Include =" Microsoft.OpenApi.ApiManifest" Version =" 0.5.0-preview" />
44
44
<PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
45
45
<!-- STJ
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ public static JsonSchemaType ToJsonSchemaType(this string identifier)
99
99
/// Other types including nullables and URL are also supported.
100
100
/// Common Name type format Comments
101
101
/// =========== ======= ====== =========================================
102
- /// integer integer int32 signed 32 bits
103
- /// long integer int64 signed 64 bits
102
+ /// integer number int32 signed 32 bits
103
+ /// long number int64 signed 64 bits
104
104
/// float number float
105
105
/// double number double
106
106
/// string string [empty]
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
61
61
BaseAddress = new Uri ( "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/" )
62
62
} ;
63
63
64
- var stream = await httpClient . GetStreamAsync ( "master/examples /v3.0/petstore.yaml" ) ;
64
+ var stream = await httpClient . GetStreamAsync ( "20fe7a7b720a0e48e5842d002ac418b12a8201df/tests /v3.0/pass /petstore.yaml" ) ;
65
65
66
66
// Read V3 as YAML
67
67
var result = OpenApiDocument . Load ( stream , "yaml" ) ;
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Moq" Version =" 4.20.72" />
16
16
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
17
17
<PackageReference Include =" SharpYaml" Version =" 2.1.1" />
18
- <PackageReference Include =" Verify.Xunit" Version =" 27 .0.1 " />
18
+ <PackageReference Include =" Verify.Xunit" Version =" 28 .0.0 " />
19
19
<PackageReference Include =" xunit" Version =" 2.9.2" />
20
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" PrivateAssets =" all" />
21
21
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
You can’t perform that action at this time.
0 commit comments