Search found 3 matches

by mbp55
Fri 11 Mar 2022 21:11
Forum: Entity Developer
Topic: EF Core3 : One to one relation multiplicity suddenly changes
Replies: 5
Views: 28248

Re: EF Core3 : One to one relation multiplicity suddenly changes

Shalex,

Any update on this problem being fixed?

Thank you
by mbp55
Tue 03 Nov 2020 21:07
Forum: dotConnect for Oracle
Topic: Stop updating comments in every file
Replies: 2
Views: 1944

Re: Stop updating comments in every file

That worked. Thank you
by mbp55
Tue 03 Nov 2020 15:37
Forum: dotConnect for Oracle
Topic: Stop updating comments in every file
Replies: 2
Views: 1944

Stop updating comments in every file

My model makes one file per class and has upwards of 400 tables. A lot of times, I may need to only update a single column. When saving the model, it checks out every single file and only changes one line in the comments at the top of each file even though there was no change in the actual class. The line in bold below is the only things that is changed.

//------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Devart Entity Developer tool using Entity Framework DbContext template.
// Code is generated on: 11/3/2020 7:50:05 AM
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------

My team uses source control and because only the comments are changing, visual studio checks out every single file (400 files) just to change that one comment line.
Is there any way to stop all files from being updated when only updating one needing to update one file in the model?