Skip to content

#region cannot be parsed correctly #21

@fau-xx

Description

@fau-xx

if a class contains regions the following property after the region is ignored

public class PlayerInfo
{
    #region properties that cannot changes at runtime

    public string PlayerId { get; set; } // missing in generated ts

    public PlayerType Type { get; set; }

    public string Name { get; set; }

   #endregion
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions