[csharp] Process webhook operations (#21082)

* process webhook operations

* process webhook operations

* build samples
This commit is contained in:
devhl-labs
2025-04-16 04:30:53 -04:00
committed by GitHub
parent 7a57b80955
commit ffefebdd88
51 changed files with 3682 additions and 340 deletions

View File

@@ -142,6 +142,7 @@ jobs:
path: modules/openapi-generator-cli/target
- name: Delete samples that are entirely generated
run: |
rm -rf samples/client/petstore/csharp/generichost/latest/HelloWorld
rm -rf samples/client/petstore/csharp/generichost/latest/Tags
rm -rf samples/client/petstore/csharp/generichost/net8/AllOf

View File

@@ -24,6 +24,7 @@ jobs:
matrix:
sample:
- samples/client/petstore/csharp/generichost/latest/Tags
- samples/client/petstore/csharp/generichost/latest/HelloWorld
- samples/client/petstore/csharp/generichost/net9/AllOf
- samples/client/petstore/csharp/generichost/net9/AnyOf
- samples/client/petstore/csharp/generichost/net9/AnyOfNoCompare