Visual Studio Extensibility and MefedMVVM
Initially the project started out as a quick hack together to enable a single piece of functionality. However as functionality is growing its time for the codebase to grow up too, and this includes...
View ArticleNBehave VS2010 Plugin: New Builds
We’ve been hard at work improving the plug-in, and now is a good time to make it available. Please bear in mind this is still work in progress, and we really need your feedback both on stability and...
View ArticleXmlPoking vsixmanifests with Psake / Powershell
Nant had some very useful XmlPoke and XmlPeek tasks for working with xml files. When manually installing visual studio plug-ins, the vsixmanifest needs to have some fields prodded to work correctly,...
View ArticleBob the builder
I recently started a new project which is very focused on having good test coverage which is great goal to have. However, looking through their tests I started to notice a lot of setup code which was...
View ArticleShouldn’t validating a checkbox be easier than this?
Well it's been a while since I have done a post but with changing jobs recently and life in general getting in the way I just couldn’t seem to find the time. However, now I have a spare five minutes I...
View ArticleSwitching Visual Studio Environment Tools with Powershell and SlightlyPosher
Initially the SlightlyPosher environment configured the VS2008 tools as that was what I need on my project. Pascal was kind enough to send me a patch to use the VS2010 tools instead.I thought it would...
View Article