Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels