Closed raboud closed 7 years ago
any chance after this we can get the MarketPlace updated?
@raboud You are a super hero!
No Mad is the hero for creating so many awesome extensions
I just released it to the marketplace. Thanks for the PRs!!!
i tried to update the Settings screen shot for the new option but couldn't get a good screen shot...mine were smaller and harder to read.
Added functionality for nullable props
` public class Child { public int? NumericValue { get; set; } public Nullable NumericValue2 { get; set; }
public string TextValue { get; set; }
}
`
Generates