How to handle merge conflicts? #652
|
Hi im learning how to use the extension for my project, and i want to know how to handle merge conflicts in the resx files. |
Replies: 1 comment
|
You do like for every other merge conflict in your code. I'm using BeyondCompare as the three-way merge tool, so I simply select "Take left then right". ResXResourceManager can't help you solving merge conflicts. |



You do like for every other merge conflict in your code.
I'm using BeyondCompare as the three-way merge tool, so I simply select "Take left then right".
ResXResourceManager can't help you solving merge conflicts.