Which files under Service References belong in source control. (Visual Studio) Which files under Service References belong in source control. (Visual Studio) wpf wpf

Which files under Service References belong in source control. (Visual Studio)


Put all of them under source control, why not?

It's part of your code and it's needed to compile the project. If you use an automated build system, then you don't want that script to generate this code again, right?

As a bonus you'll get a history of changes to your service interface, could be useful too.


All of those files are source files, so they all belong under source control.


How about adding all of them to the source control in the first instance and then remove those that never change later?