From 09887abff513ccf7a0015089916eb7bcdcb94bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 03:25:23 +0000 Subject: [PATCH 1/5] chore(deps): bump Microsoft.Extensions.Configuration from 9.0.0 to 9.0.4 Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Typewriter/Typewriter.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Typewriter/Typewriter.csproj b/src/Typewriter/Typewriter.csproj index 3fd4e4983..4731141c8 100644 --- a/src/Typewriter/Typewriter.csproj +++ b/src/Typewriter/Typewriter.csproj @@ -17,7 +17,7 @@ 2.9.1 - + From bd4cb9be2b86b2a8271a6ac717919117808949f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 03:33:40 +0000 Subject: [PATCH 2/5] chore(deps): bump Microsoft.Extensions.Configuration.Binder Bumps [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Typewriter/Typewriter.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Typewriter/Typewriter.csproj b/src/Typewriter/Typewriter.csproj index 3fd4e4983..d73623279 100644 --- a/src/Typewriter/Typewriter.csproj +++ b/src/Typewriter/Typewriter.csproj @@ -18,7 +18,7 @@ - + From f03b38cdb4284adcafd4463ddb6bb595aca1e822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 03:29:32 +0000 Subject: [PATCH 3/5] chore(deps): bump System.CodeDom from 8.0.0 to 9.0.4 Bumps [System.CodeDom](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.4) --- updated-dependencies: - dependency-name: System.CodeDom dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj b/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj index ace02f0b1..278c0dd63 100644 --- a/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj +++ b/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj @@ -44,7 +44,7 @@ 4.7.15 - + From 82d4bf7979602915b9d61728443c28e7259b841e Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 8 Apr 2025 16:08:41 -0400 Subject: [PATCH 4/5] ci: fixes another instance of the wrong version of dotnet being used for hidi Signed-off-by: Vincent Biret --- .azure-pipelines/generation-templates/capture-openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azure-pipelines/generation-templates/capture-openapi.yml b/.azure-pipelines/generation-templates/capture-openapi.yml index cdd626bad..0cfe9d153 100644 --- a/.azure-pipelines/generation-templates/capture-openapi.yml +++ b/.azure-pipelines/generation-templates/capture-openapi.yml @@ -61,7 +61,11 @@ jobs: persistCredentials: true - template: checkout-metadata.yml + + # required for the hidi installation validation - template: use-dotnet-sdk.yml + parameters: + version: '9.x' - pwsh: dotnet tool install --global Microsoft.OpenApi.Hidi displayName: install hidi From 3a6147e364d4f24767769b7bc224ff1e9924f437 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 9 Apr 2025 08:36:40 -0400 Subject: [PATCH 5/5] ci: missing net8 for hidi run Signed-off-by: Vincent Biret --- .azure-pipelines/generation-templates/capture-openapi.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.azure-pipelines/generation-templates/capture-openapi.yml b/.azure-pipelines/generation-templates/capture-openapi.yml index 0cfe9d153..fe5ca7476 100644 --- a/.azure-pipelines/generation-templates/capture-openapi.yml +++ b/.azure-pipelines/generation-templates/capture-openapi.yml @@ -62,6 +62,11 @@ jobs: - template: checkout-metadata.yml + # required for the hidi to run + - template: use-dotnet-sdk.yml + parameters: + version: '8.x' + # required for the hidi installation validation - template: use-dotnet-sdk.yml parameters: