FluffySpoon.JavaScript.CSharpToTypeScriptGenerator
FluffySpoon.JavaScript.CSharpToTypeScriptGenerator copied to clipboard
#region cannot be parsed correctly
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
}
PRs are welcome!
Maybe i will in the future, because this is is a great project! Currently i have no time to find the bug myself.