[C#][netcore] Fix model, property name check (#9049)

* fix model, property name check in c# generator

* remove file

* remove file

* specify name
This commit is contained in:
William Cheng
2021-03-23 20:00:26 +08:00
committed by GitHub
parent bedfe156bb
commit d438d797da
30 changed files with 185 additions and 57 deletions

View File

@@ -1957,6 +1957,8 @@ components:
$special[property.name]:
format: int64
type: integer
_special_model.name_:
type: string
xml:
name: $special[model.name]
HealthCheckResult: