From 3fdf60666b741bde9b7701a8e6151d2effb1bb2e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 22 Dec 2025 16:24:07 +0800 Subject: [PATCH 1/2] update dotnet 9 versin in workflow --- .github/workflows/samples-dotnet9.yaml | 2 +- .../csharp/generichost/net9/Petstore/.openapi-generator-ignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/samples-dotnet9.yaml b/.github/workflows/samples-dotnet9.yaml index d62221733340..8cf62974f721 100644 --- a/.github/workflows/samples-dotnet9.yaml +++ b/.github/workflows/samples-dotnet9.yaml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-dotnet@v5.0.1 with: - dotnet-version: '9.0.101' + dotnet-version: '9.0.x' - name: Build working-directory: ${{ matrix.sample }} run: dotnet build Org.OpenAPITools.sln diff --git a/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore b/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore index 7484ee590a38..82e4e79984b4 100644 --- a/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore +++ b/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore @@ -21,3 +21,5 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md +# +# From 1549942fabb1d0973a2a62c1c71814da2f26f12a Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 22 Dec 2025 16:41:11 +0800 Subject: [PATCH 2/2] revert --- .../csharp/generichost/net9/Petstore/.openapi-generator-ignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore b/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore index 82e4e79984b4..7484ee590a38 100644 --- a/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore +++ b/samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore @@ -21,5 +21,3 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md -# -#