Updated nswag configuration
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
},
|
},
|
||||||
"codeGenerators": {
|
"codeGenerators": {
|
||||||
"openApiToCSharpClient": {
|
"openApiToCSharpClient": {
|
||||||
"clientBaseClass": "ClientBase",
|
"clientBaseClass": "",
|
||||||
"configurationClass": null,
|
"configurationClass": null,
|
||||||
"generateClientClasses": true,
|
"generateClientClasses": true,
|
||||||
"suppressClientClassesOutput": false,
|
"suppressClientClassesOutput": false,
|
||||||
"generateClientInterfaces": false,
|
"generateClientInterfaces": true,
|
||||||
"suppressClientInterfacesOutput": false,
|
"suppressClientInterfacesOutput": false,
|
||||||
"clientBaseInterface": null,
|
"clientBaseInterface": "IClientBase",
|
||||||
"injectHttpClient": true,
|
"injectHttpClient": true,
|
||||||
"disposeHttpClient": true,
|
"disposeHttpClient": true,
|
||||||
"protectedMethods": [],
|
"protectedMethods": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user