I have a team services repository that I have successfully cloned using git-tfs, on past migrations I have had to run the nuget command:
update-package -reinstall
to re-add all the references and get the solution working, my current migration is a much larger project than I have previously worked with and for whatever reason after running the command building still fails with missing references, some of which appear to be telerik among other things.
there are some dll's in a "shared binaries" folder in the solution some of which match the references to telerik and some other stuff, is there a way for visual studio to automatically find and add these references? doing it manually would take hours as the project is enormous.