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 99 <Nullable >enable</Nullable >
1010 <ToolCommandName >hidi</ToolCommandName >
1111 <PackageOutputPath >./../../artifacts</PackageOutputPath >
12- <Version >1.4.13 </Version >
12+ <Version >1.4.14 </Version >
1313 <Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
1414 <SignAssembly >true</SignAssembly >
1515 <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
3939 </PackageReference >
4040 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
4141 <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 " />
4343 <PackageReference Include =" Microsoft.OpenApi.ApiManifest" Version =" 0.5.0-preview" />
4444 <PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
4545 <!-- STJ
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ public static JsonSchemaType ToJsonSchemaType(this string identifier)
9999 /// Other types including nullables and URL are also supported.
100100 /// Common Name type format Comments
101101 /// =========== ======= ====== =========================================
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
104104 /// float number float
105105 /// double number double
106106 /// string string [empty]
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public async Task StreamShouldReadWhenInitializedAsync()
6161 BaseAddress = new Uri ( "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/" )
6262 } ;
6363
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" ) ;
6565
6666 // Read V3 as YAML
6767 var result = OpenApiDocument . Load ( stream , "yaml" ) ;
Original file line number Diff line number Diff line change 1515 <PackageReference Include =" Moq" Version =" 4.20.72" />
1616 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
1717 <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 " />
1919 <PackageReference Include =" xunit" Version =" 2.9.2" />
2020 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" PrivateAssets =" all" />
2121 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
You can’t perform that action at this time.
0 commit comments