Visual Studio
tl;dr - vsix-tools fixes the ‘Invalid Multiple Files in VSIX’ issue on the Visual Studio Gallery and lets you set vsix version numbers …
Read moreIf you are using the following combination of tools:
Visual Studio 2012 Visual Studio Tools for Git Nuget Then you may encounter some weird problems …
Read moreI received the following message in my inbox the other day:
‘[Uservoice declined - Bring back the basic setup and deployment project type Visual …
Read moreUsing Web Deploy is a nice and easy way to publish websites and web applications with Visual Studio. However, I found one thing that can be a bit of a …
Read moreThere have been some problems with the version of Switch uploaded to the Visual Studio Gallery. I’ve created a new version of Switch (1.4) and …
Working on some addins lately has taught me a few really useful tricks about debugging in Visual Studio. I’ll update this post over time.
The …
[Note: They aren’t bringing setup projects back, see http://www.dwmkerr.com/2013/06/visual-studio-deployment-projects-an-update/]
As part of …
Read moreSuch a useful extension that I just had to big it up - the Go Offline extension adds the following menu item:
File>Source Control>Go Offline …
Loads of developers still use MFC. OK - if you're writing a new project, MFC would not be a great choice. But what if you're maintaining a 1.5 million …
Read morePart 3 of my series on extending Visual Studio is now available on the CodeProject: …