Open John15213 opened 3 years ago
The YAML file has one unnamed property, leading to errors in generated code e.g.
line 1371 of YAML
'': type: string
results in the following invalid C#
/// <summary> /// Gets or Sets /// </summary> [DataMember(Name="", EmitDefaultValue=false)] public string { get; set; }
And several other places where the generated property is used
The YAML file has one unnamed property, leading to errors in generated code e.g.
line 1371 of YAML
results in the following invalid C#
And several other places where the generated property is used