Introduction It’s that time again – that time where the development industry has decided for us that what we were using before isn’t good enough […]
A very basic guide to GIT commands
Why GIT commands? When you use GIT long enough, you begin to realize it is just easier to use GIT commands. Using a console is […]
Visual Studio 2017 will not connect pre-existing repository to TFS after TFS URL has changed
Irritating problem There is an amalgam of complaints about this issue already on the product form, you can view them here: https://developercommunity.visualstudio.com/content/problem/26914/team-explorer-does-not-recognize-previously-cloned.html The scenario for this […]
NuGet package references are not found after getting latest from a new branch in TFS
NuGet is incredibly fragile and brittle One of the reasons I don’t like using NuGet together with TFS is that it always manages to get […]
How to get all files modified for a work item in TFS
Introduction Just like everything that requires coding with (or against?) TFS API – this was not a small task. This took a while for me […]