When I attempt to check code into TFS Online, I get the following response in VS 2015:
TF206016: Check-in operation was stopped because after saving all your open files, the system pended changes to some additional files. Review your pending changes, make sure all related changes are selected, and then perform the check-in operation again.
The exact process is:
- Hit check in button
- Get prompted to save project file
- Hit Yes to save project file
- See project file appear then disappear in Included Changes list
- Get above message
If I click not to save the project file, I get told that there are unsaved modified files.
I've closed and reopened Visual Studio. I've rebooted. I've never seen this in any other projects. (Even today, in between instances of this, I successfully checked in code for another project.) I also change my mapping so I'm in a completely different file system path than I was originally.
The one (other) weird thing I see is that I have a .vbproj.vspscc file in the Included changes list. Excluding that file from the check-in list makes no difference, though.
Thanks.