Should a .sln be committed to source control?

后端 未结 15 1455
时光说笑
时光说笑 2020-12-23 20:17

Is it a best practice to commit a .sln file to source control? When is it appropriate or inappropriate to do so?

Update There were several good poin

15条回答
  •  执笔经年
    2020-12-23 20:36

    We usually put all of our solutions files in a solutions directory. This way we separate the solution from the code a little bit, and it's easier to pick out the project I need to work on.

提交回复
热议问题