When running the T4 template (Database.tt), some of our team members get classes generated with constructors that set default values for boolean/bit properties/columns, while some get constructors that do not do this. Is there some kind of setting that determines this ? The problem is that when we commit to our source control (Git), those of us with one version of the constructor will be in conflict with those with the other constructor version. Someone on our team tracked this down to line 801 of EF.Reverse.POCO.ttinclude:
<#=col.NameHumanCase #> = <#=col.Default #>;
Any suggestions are appreciated.
Thanks.
<#=col.NameHumanCase #> = <#=col.Default #>;
Any suggestions are appreciated.
Thanks.