mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-05-06 14:47:27 +00:00
Add support to dotnet standard and framework
This commit is contained in:
parent
e3c42a9911
commit
d26c3bd11a
9 changed files with 302 additions and 301 deletions
|
|
@ -7,6 +7,6 @@ java -jar ./vendor/openapi-generator/openapi-generator-cli.jar generate `
|
|||
-g csharp `
|
||||
-o . `
|
||||
--global-property apis,models,supportingFiles,apiDocs=false,modelDocs=false,apiTests=false,modelTests=false `
|
||||
--additional-properties=packageName=Tribufu,library=restsharp,zeroBasedEnums=true,nullableReferenceTypes=true `
|
||||
--additional-properties=packageName=Tribufu,library=restsharp,targetFramework=net47,zeroBasedEnums=true `
|
||||
--openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=TribufuGenerated `
|
||||
--skip-validate-spec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue