July 10, 2012
1 minute read
Here's a gotcha that got me.
It is not immediately obvious, but visual studio stores in it's sln file a set
of project configuration selections for every combination of solution
configuration and solu…
Read More
May 23, 2011
2 minute read
I wanted to test a date parser across a large range of values so wanted a simple test harness to test all the values.
The test framework options around c# / .net seem to be:
MSTest - can do csv via j…
Read More
January 29, 2009
3 minute read
Here's a handy macro script for visual studio I knocked together today. It
runs "edit, format document" on every document of the listed file types.
You have to keep an eye on it as it's interactive a…
Read More