When I rebuild my EF data model after making a simple change, ALL of my generated objects are timestamped as below so it is hard to tell what changed in source control. Is there a way to get this timestamp ONLY when the generated model actually changed or just turn the timestamp off? Thanks, Dave
//------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Devart Entity Developer tool using Entity Framework DbContext template.
// Code is generated on: 6/26/2015 13:35:58
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------
How turn off timestamps when not needed?
-
- Posts: 31
- Joined: Mon 04 May 2015 18:49