FluffySpoon.JavaScript.CSharpToTypeScriptGenerator icon indicating copy to clipboard operation
FluffySpoon.JavaScript.CSharpToTypeScriptGenerator copied to clipboard

#region cannot be parsed correctly

Open fau-xx opened this issue 7 years ago • 2 comments

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
}

fau-xx avatar Sep 27 '18 12:09 fau-xx

PRs are welcome!

ffMathy avatar Sep 27 '18 12:09 ffMathy

Maybe i will in the future, because this is is a great project! Currently i have no time to find the bug myself.

fau-xx avatar Sep 27 '18 12:09 fau-xx