All tags

Posts tagged: #visual studio

Configuration confusion in visual studio

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

Data driven test in NUnit with csv source data

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

format all documents in a visual studio solution

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