Please add support for new language features for reverse engineering. Currently the RE is failing for auto-properties with initial value setters. E.g.
public string PropertyName {get; set;} = "Initial Value";
line fails the entire class generation.
Are there tools to easily understand the parser code and submit a PR?
Thanks
Please add support for new language features for reverse engineering. Currently the RE is failing for auto-properties with initial value setters. E.g.
public string PropertyName {get; set;} = "Initial Value";line fails the entire class generation.
Are there tools to easily understand the parser code and submit a PR?
Thanks