Skip to content

Some properties have no name #7

Open
@John15213

Description

@John15213

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions