Jump to content

C# methods moved to a different file were detected as change/delete conflict


johndog

Recommended Posts

I had a situation where a large file had a class with many methods in it.  In one branch these methods were changed slightly, and in another the methods were extracted into new class and .cs file.  When these branches were merged, SemanticMerge simply presented this as a conflict with a "change" on their side, and a "delete" on your side, and seemed to ignore the fact that the same methods existed in another added file, so it should have represented a move, not a delete.

 

Is there a trick to having SemanticMerge analyze the whole change for moves between files?

 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...