VS 2015 RTM - csproj xml node Project\ProjectExtensions\VisualStudio\UserProperties attribute order differs based on machine that saves file #123
Labels
Feature-Project-File-Simplification
Related to cleaning up and simplification of the project format.
Resolution-Fixed
The bug has been fixed, refer to the milestone to see in which release it was fixed.
Triage-Approved
Reviewed and prioritized
Milestone
From @bbarry on November 4, 2015 18:21
When 2 or more people make changes to a project that has multiple properties stored on the UserProperties tag, the order of the properties on the attribute appears to depend on order that code runs to set the attributes.
I have several csproj files with
(the node is on one line).
With the project file in source control and multiple developers, this line changes every time a dev makes any change to the file. This results in merge conflicts very often as in this case there are 6 possible ways to have that line.
Copied from original issue: dotnet/roslyn#6556
The text was updated successfully, but these errors were encountered: