Hey Simon,
I've used this tool for a long time and recommend it highly! Always great.
I just ran it against a table that has computed columns and properties were created - they should probably be excluded by default or at least be private setters, you think?
Comments: It should be marked with .HasDatabaseGeneratedOption(DatabaseGeneratedOption.Computed) I can't see a problem with marking the setter as private. I'll try it and see if people complain :-) Thanks! Glad you like the tool.
I've used this tool for a long time and recommend it highly! Always great.
I just ran it against a table that has computed columns and properties were created - they should probably be excluded by default or at least be private setters, you think?
Comments: It should be marked with .HasDatabaseGeneratedOption(DatabaseGeneratedOption.Computed) I can't see a problem with marking the setter as private. I'll try it and see if people complain :-) Thanks! Glad you like the tool.