Change how static tables are stored in the sqlproj file (Suggestion)

Hi,
It appears that list of static tables included in a project are stored as a single line entry in the *.sqlproj file. This often results in merge conflicts as it is a one line difference. (at least using git)  The suggestion would be to make the entry a collection instead of a single XML node with each object in a subnode, like the following, which will facilitate more automatic merges in source control.

<IncludeObjectsInDataSync>
<Object></Object>
<Object></Object>
</IncludeObjectsInDataSync>

Scott
Tagged:

Answers

Sign In or Register to comment.