fix incorrect mustache tag (#15424)

This commit is contained in:
William Cheng
2023-05-05 16:15:53 +08:00
committed by GitHub
parent 56495d1486
commit cc620d8ba2
252 changed files with 395 additions and 450 deletions

View File

@@ -229,11 +229,11 @@
{{^isInherited}}
System.Text.Json.JsonSerializer.Serialize(writer, {{#lambda.camelcase_param}}{{classname}}{{/lambda.camelcase_param}}.{{#lambda.titlecase}}{{baseType}}{{#isArray}}{{{dataFormat}}}{{/isArray}}{{/lambda.titlecase}}, jsonSerializerOptions);
{{/isInherited}}
{{/composedSchemas.allOf}}
{{^composedSchemas}}
writer.WriteStartObject();
{{/isInherited}}
{{/composedSchemas.allOf}}
{{#allVars}}
{{#isString}}
{{^isMap}}
@@ -349,4 +349,4 @@
writer.WriteEndObject();
{{/composedSchemas}}
}
}
}