forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from SpectraLogic/upstream-sync
sync with upstream
- Loading branch information
Showing
22,314 changed files
with
1,076,770 additions
and
388,551 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Samples C# .Net Framework Clients | ||
|
||
on: | ||
push: | ||
paths: | ||
- samples/client/petstore/csharp/generichost/net4.7/** | ||
- samples/client/petstore/csharp/generichost/net4.8/** | ||
pull_request: | ||
paths: | ||
- samples/client/petstore/csharp/generichost/net4.7/** | ||
- samples/client/petstore/csharp/generichost/net4.8/** | ||
jobs: | ||
build: | ||
name: Build .Net projects | ||
runs-on: windows-2019 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
sample: | ||
- samples/client/petstore/csharp/generichost/net4.7/AllOf | ||
- samples/client/petstore/csharp/generichost/net4.7/AnyOf | ||
- samples/client/petstore/csharp/generichost/net4.7/AnyOfNoCompare | ||
- samples/client/petstore/csharp/generichost/net4.7/FormModels | ||
- samples/client/petstore/csharp/generichost/net4.7/OneOf | ||
- samples/client/petstore/csharp/generichost/net4.7/Petstore | ||
- samples/client/petstore/csharp/generichost/net4.7/UseDateTimeForDate | ||
|
||
- samples/client/petstore/csharp/generichost/net4.8/AllOf | ||
- samples/client/petstore/csharp/generichost/net4.8/AnyOf | ||
- samples/client/petstore/csharp/generichost/net4.8/AnyOfNoCompare | ||
- samples/client/petstore/csharp/generichost/net4.8/FormModels | ||
- samples/client/petstore/csharp/generichost/net4.8/OneOf | ||
- samples/client/petstore/csharp/generichost/net4.8/Petstore | ||
- samples/client/petstore/csharp/generichost/net4.8/UseDateTimeForDate | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build | ||
working-directory: ${{ matrix.sample }} | ||
run: dotnet build Org.OpenAPITools.sln | ||
- name: Test | ||
working-directory: ${{ matrix.sample }} | ||
run: dotnet test Org.OpenAPITools.sln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,14 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
sample: | ||
- samples/client/petstore/csharp/generichost/standard2.0/OpenAPIClient-generichost-netstandard2.0/ | ||
- samples/client/petstore/csharp/httpclient/standard2.0/OpenAPIClient-httpclient/ | ||
- samples/client/petstore/csharp/restsharp/standard2.0/OpenAPIClient/ | ||
- samples/client/petstore/csharp/restsharp/standard2.0/OpenAPIClient-ConditionalSerialization/ | ||
- samples/client/petstore/csharp/unityWebRequest/standard2.0/OpenAPIClient-unityWebRequest/ | ||
- samples/client/petstore/csharp/generichost/standard2.0/Petstore/ | ||
- samples/client/petstore/csharp/httpclient/standard2.0/Petstore/ | ||
- samples/client/petstore/csharp/restsharp/standard2.0/Petstore/ | ||
- samples/client/petstore/csharp/restsharp/standard2.0/ConditionalSerialization/ | ||
# - samples/client/petstore/csharp/unityWebRequest/standard2.0/Petstore/ | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: 3.1.* | ||
- name: Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,17 +21,20 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
sample: | ||
- samples/client/petstore/csharp/generichost/net8/ManualTests | ||
- samples/client/petstore/csharp/generichost/net8/Petstore | ||
- samples/client/petstore/csharp/generichost/net8/NullReferenceTypes | ||
- samples/client/petstore/csharp/generichost/net8/SourceGeneration | ||
- samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate | ||
- samples/client/petstore/csharp/generichost/net8/AllOf | ||
- samples/client/petstore/csharp/generichost/net8/AnyOf | ||
- samples/client/petstore/csharp/generichost/net8/AnyOfNoCompare | ||
- samples/client/petstore/csharp/generichost/net8/FormModels | ||
- samples/client/petstore/csharp/generichost/net8/ManualPetstoreTests | ||
- samples/client/petstore/csharp/generichost/net8/ManualSourceGenerationTests | ||
- samples/client/petstore/csharp/generichost/net8/NullReferenceTypes | ||
- samples/client/petstore/csharp/generichost/net8/OneOf | ||
- samples/client/petstore/csharp/generichost/net8/Petstore | ||
- samples/client/petstore/csharp/generichost/net8/SourceGeneration | ||
- samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: '8.0.x' | ||
- name: Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- samples/client/echo_api/csharp-restsharp/ | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: '6.0.x' | ||
- name: Run echo server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
sample: | ||
- samples/client/petstore/csharp/restsharp/net6/OpenAPIClient-restsharp-name-parameter-mappings/ | ||
- samples/client/petstore/csharp/restsharp/net6/ParameterMappings/ | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: '6.0.x' | ||
- name: Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- samples/server/petstore/aspnetcore-6.0-useSwashBuckle | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
dotnet-version: '6.0.x' | ||
- name: Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Samples C# .Net 8 Server | ||
|
||
on: | ||
push: | ||
paths: | ||
- samples/server/petstore/aspnetcore-8.0/** | ||
- samples/server/petstore/aspnetcore-8.0-*/** | ||
pull_request: | ||
paths: | ||
- samples/server/petstore/aspnetcore-8.0/** | ||
- samples/server/petstore/aspnetcore-8.0-*/** | ||
jobs: | ||
build: | ||
name: Build .Net 8 servers | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
sample: | ||
- samples/server/petstore/aspnetcore-8.0 | ||
- samples/server/petstore/aspnetcore-8.0-NewtonsoftFalse | ||
- samples/server/petstore/aspnetcore-8.0-nullableReferenceTypes | ||
- samples/server/petstore/aspnetcore-8.0-pocoModels | ||
- samples/server/petstore/aspnetcore-8.0-project4Models | ||
- samples/server/petstore/aspnetcore-8.0-useSwashBuckle | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: '8.0.x' | ||
- name: Build | ||
working-directory: ${{ matrix.sample }} | ||
run: dotnet build Org.OpenAPITools.sln | ||
- name: Test | ||
working-directory: ${{ matrix.sample }} | ||
run: dotnet test Org.OpenAPITools.sln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.