|
|
|
|
|
by josteink
4416 days ago
|
|
Finally switching away from the horrible XML-based CSPROJ files to a more sane JSON format This comment strikes me as a bit odd. While Csproj-files were never pretty they were XML, they were structured and they last but not least: they were mergeable. Contrast that to the actually horrible file-format that is SLN-files. Yes, it's plaintext, but it has projects named and numbered in sequential order, meaning doing any sort of merge or multibranch development is impossible unless you manually recreate all changes done to SLN files in all branches. Microsoft going ahead and "fixing" CSPROJ-files, and not SLN-files is just madness. Consider me disappointed. |
|
(Also CSProj files aren't super fun to merge using git and change very frequently. See: http://stackoverflow.com/questions/13479294/why-are-my-cspro...)