forked from loafle/openapi-generator-original
[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:
@@ -1957,6 +1957,8 @@ components:
|
||||
$special[property.name]:
|
||||
format: int64
|
||||
type: integer
|
||||
_special_model.name_:
|
||||
type: string
|
||||
xml:
|
||||
name: $special[model.name]
|
||||
HealthCheckResult:
|
||||
|
||||
Reference in New Issue
Block a user