From 207ad23ad3a6e97330261d1cd913c66bc3af3cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:34:03 +0000 Subject: [PATCH 1/2] Bump Microsoft.OpenApi from 3.3.1 to 3.4.0 --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Microsoft.OpenAPI.OData.Reader.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj b/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj index a430ab9e..445c13d0 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj +++ b/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj @@ -30,7 +30,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers; buildtransitive From 64058b2aa346c12dfd441c5e6c6d17c986230c61 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 6 Mar 2026 11:14:38 -0500 Subject: [PATCH 2/2] chore: updates outdated integration tests results Signed-off-by: Vincent Biret --- .../Resources/Basic.OpenApi.V2.json | 3 +++ .../Resources/Basic.OpenApi.V2.yaml | 2 ++ .../Resources/Empty.OpenApi.V2.json | 3 +++ .../Resources/Empty.OpenApi.V2.yaml | 2 ++ .../Resources/Multiple.Schema.OpenApi.V2.json | 3 +++ .../Resources/Multiple.Schema.OpenApi.V2.yaml | 2 ++ .../Resources/TripService.OpenApi.V2.json | 3 +++ .../Resources/TripService.OpenApi.V2.yaml | 2 ++ 8 files changed, 20 insertions(+) diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.json b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.json index 0c4cf15a..d5e7cd42 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.json +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.json @@ -1023,6 +1023,9 @@ "@odata.id": { "type": "string" } + }, + "additionalProperties": { + "type": "object" } }, "ReferenceNumeric": { diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.yaml b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.yaml index 04c5823f..c4bf24aa 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.yaml +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.yaml @@ -674,6 +674,8 @@ definitions: properties: '@odata.id': type: string + additionalProperties: + type: object ReferenceNumeric: type: string enum: diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.json b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.json index 90354318..a00913d7 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.json +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.json @@ -96,6 +96,9 @@ "@odata.id": { "type": "string" } + }, + "additionalProperties": { + "type": "object" } }, "ReferenceNumeric": { diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.yaml b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.yaml index b6488799..6b6a987a 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.yaml +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Empty.OpenApi.V2.yaml @@ -67,6 +67,8 @@ definitions: properties: '@odata.id': type: string + additionalProperties: + type: object ReferenceNumeric: type: string enum: diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.json b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.json index 3872430c..33379332 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.json +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.json @@ -4480,6 +4480,9 @@ "@odata.id": { "type": "string" } + }, + "additionalProperties": { + "type": "object" } }, "ReferenceNumeric": { diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.yaml b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.yaml index f7bd67c6..981a2e20 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.yaml +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.yaml @@ -3163,6 +3163,8 @@ definitions: properties: '@odata.id': type: string + additionalProperties: + type: object ReferenceNumeric: type: string enum: diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json index 91b3fef3..ee7efe4c 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.json @@ -31981,6 +31981,9 @@ "@odata.id": { "type": "string" } + }, + "additionalProperties": { + "type": "object" } }, "ReferenceNumeric": { diff --git a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml index 4cbb3137..72516a2a 100644 --- a/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml +++ b/test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V2.yaml @@ -21697,6 +21697,8 @@ definitions: properties: '@odata.id': type: string + additionalProperties: + type: object ReferenceNumeric: type: string enum: