Import from internal git
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
inputSpec: {{specPath}}
|
||||
generatorName: csharp
|
||||
templateDir: {{templateFolder}}/{{generatorVersion}}/csharp/
|
||||
outputDir: {{outputFolder}}
|
||||
|
||||
modelPackage: Models
|
||||
excludeTests: true
|
||||
{{#if removeModelPackage}}hasImport : false{{/if}}
|
||||
modelNameSuffix: {{modelSuffix}}
|
||||
|
||||
additionalProperties:
|
||||
packageName: {{packageName}}
|
||||
packageVersion: {{packageVersion}}
|
||||
generateBody: "true"
|
||||
classModifier: "abstract"
|
||||
operationModifier: "abstract"
|
||||
isLibrary: "true"
|
||||
buildTarget: "library"
|
||||
enumNameSuffix: ""
|
||||
enumValueSuffix: ""
|
||||
optionalEmitDefaultValues: true
|
||||
operationIsAsync: false
|
||||
|
||||
packageReferences: [
|
||||
{{#each refs}} { include: "{{this.Config.NugetPackage}}", version: "{{this.Info.version}}" },
|
||||
{{/each}}]
|
||||
|
||||
modelNamespaces: [
|
||||
{{#each modelNameSpace}} "{{this.Config.NugetPackage}}.Models",
|
||||
{{/each}}]
|
||||
Reference in New Issue
Block a user