Skip to content

Commit 1ac289b

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix/typescript-angular-exactOptionalPropertyTypes
2 parents 70943ad + 7a3ea28 commit 1ac289b

13,401 files changed

Lines changed: 357873 additions & 101349 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
#### Bug Report Checklist
1111

1212
- [ ] Have you provided a full/minimal spec to reproduce the issue?
13-
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?
13+
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apitools.dev/swagger-parser/online/))?
1414
- [ ] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-to-test-with-the-latest-master-of-openapi-generator) to confirm the issue still exists?
1515
- [ ] Have you searched for related issues/PRs?
1616
- [ ] What's the actual output vs expected output?

.github/workflows/openapi-generator-test-results.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
report:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: dorny/test-reporter@v1
14+
- uses: dorny/test-reporter@v2
1515
with:
1616
artifact: surefire-test-results
1717
name: JUnit Test results

.github/workflows/samples-aspnet-fastenpoints-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- samples/server/petstore/aspnet/fastendpoints-useValidators
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: actions/setup-dotnet@v4.2.0
29+
- uses: actions/setup-dotnet@v4.3.1
3030
with:
3131
dotnet-version: '8.0.x'
3232
- name: Build

.github/workflows/samples-dotnet-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# - samples/client/petstore/csharp/unityWebRequest/standard2.0/Petstore/
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: actions/setup-dotnet@v4.2.0
31+
- uses: actions/setup-dotnet@v4.3.1
3232
with:
3333
dotnet-version: 3.1.*
3434
- name: Build

.github/workflows/samples-dotnet6-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- samples/server/petstore/aspnetcore-6.0-useSwashBuckle
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: actions/setup-dotnet@v4.2.0
28+
- uses: actions/setup-dotnet@v4.3.1
2929
with:
3030
dotnet-version: '6.0.x'
3131
- name: Build

.github/workflows/samples-dotnet8-client-echo-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- samples/client/echo_api/csharp/restsharp/net8/EchoApi
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/setup-dotnet@v4.2.0
22+
- uses: actions/setup-dotnet@v4.3.1
2323
with:
2424
dotnet-version: '8.0.x'
2525
- name: Run echo server

.github/workflows/samples-dotnet8-client.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
matrix:
1717
sample:
1818
- samples/client/petstore/csharp/restsharp/net8/ParameterMappings/
19+
- samples/client/petstore/csharp/restsharp/net8/useVirtualForHooks/
1920
steps:
2021
- uses: actions/checkout@v4
21-
- uses: actions/setup-dotnet@v4.2.0
22+
- uses: actions/setup-dotnet@v4.3.1
2223
with:
2324
dotnet-version: '8.0.x'
2425
- name: Build

.github/workflows/samples-dotnet8-server.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
- samples/server/petstore/aspnetcore-8.0-pocoModels
2424
- samples/server/petstore/aspnetcore-8.0-project4Models
2525
- samples/server/petstore/aspnetcore-8.0-useSwashBuckle
26+
- samples/server/petstore/aspnetcore-8.0-use-centralized-package-version-management
2627
steps:
2728
- uses: actions/checkout@v4
28-
- uses: actions/setup-dotnet@v4.2.0
29+
- uses: actions/setup-dotnet@v4.3.1
2930
with:
3031
dotnet-version: '8.0.x'
3132
- name: Build

.github/workflows/samples-dotnet8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: actions/setup-dotnet@v4.2.0
37+
- uses: actions/setup-dotnet@v4.3.1
3838
with:
3939
dotnet-version: '8.0.x'
4040
- name: Build

.github/workflows/samples-dotnet9.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ jobs:
3535
- samples/client/petstore/csharp/generichost/net9/Petstore
3636
- samples/client/petstore/csharp/generichost/net9/SourceGeneration
3737
- samples/client/petstore/csharp/generichost/net9/UseDateTimeForDate
38+
# restsharp
39+
- samples/client/petstore/csharp/restsharp/net9/EnumMappings
40+
# httpclient
41+
- samples/client/petstore/csharp/httpclient/net9/Petstore
42+
# unity
43+
#- samples/client/petstore/csharp/unityWebRequest/net9/Petstore
3844
steps:
3945
- uses: actions/checkout@v4
40-
- uses: actions/setup-dotnet@v4.2.0
46+
- uses: actions/setup-dotnet@v4.3.1
4147
with:
4248
dotnet-version: '9.0.101'
4349
- name: Build

0 commit comments

Comments
 (0)