ObjectSharp Blogs

You are currently viewing

Dave Lloyd's 2 Cents

A .NET Developer's Perspective


October 2009 - Posts

Extending VS 2010

In VS 2010 MS has made adding extensions very very easy using the Extension Manager. First you may want to change one option under Environment > Extension Manager. You want to Load Per User Extensions when running as administrator. Once you do that, Read More...

Code Coverage in VS2010

VThis took me a few minutes to find. Perhaps I can save someone else those few minutes. To turn on Code Coverage locally you need to edit what used to be the <Local>.TestRunConfig , which is now called the <Local>.TestSettings . The section Read More...