Friday, October 15, 2010

Increasing VSTS limit on old test run results

By default, Visual Studio Team System will only save 25 of your test run results. To increase this number:

  1. Tools -> Options -> Test Tools -> Test Execution

  2. Change the value after "Limit number of old Test Results to:"



Note: you still may have a practical limit if you use the freely included SQL Express (default). I think the artificially imposed limit is something like 5GB, not sure.

Tuesday, October 5, 2010

Handy Visual Studio shortcuts

When I discover something nifty in Visual Studio, I'll post it here:
















ShortcutNameComment
Ctrl + .IntelisenseIf you've typed enough of a word that there's only one completion available, it'll finish it for you (or bring up a list of other possible completions)
Ctrl + ,Navigate ToSearch project (solution?) for member and function definitions


For now, more goodness here