SyntaxFix
Write A Post
Hire A Developer
Questions
I found that just using Auto-Property Initializer on entity property is enough to get the job done.
For example:
public class Thing { public bool IsBigThing{ get; set; } = false; }