TestDriven.NET by Jamie Cansdale
Zero Friction Unit Testing for Visual Studio .NET
-
Language Equivalents
Darren Neimke found this useful collection on MSDN...
-
Add-Ins Gallery Update
Here are a few more example add-ins...
- Lutz Roeder's Reflector runnain as an Add-In
- Lutz Roeder's Documentor runnain as an Add-In (it would be quite strait forward to keep in sync with the code you're editing if you fancy and add-in project)
- Screenshot of Control Inspector running as an add-in inspecting Visual Studio Convert which also appears as an add-in.
- Command Prompt Add-In using the Pavel Zolnikov's Command Prompt Explorer Bar control. Here is a version that can be run as an add-in.
- SqlBuddy running as an Add-In. SqlBuddy expects to find the Icons directory relative to the current directory. When running inside Visual Studio.NET the current directory is \Program Files\Microsoft Visual Studio .NET\Common7\IDE\. As a work around you can copy the Icons directory there. A better solution would be for the application to look for the Icons relative to AppDomain.CurrentDomain.BaseDirectory.
- Here is a screenshot of Messenger.NET running as an add-in. Messenger.NET is a messenger client. It is minimalist compared the the Microsoft Messanger, but that is it's beauty! It will happily run in a tool window without beeping, flashing and generaly bothering you!
-
Command Prompt Add-In
I've uploaded a build of Pavel Zolnikov's excelent Command Prompt Explorer Bar ready to drop in as an add-in. Be sure to check out the original version. It is now one of my can't live without utilities!
-
Add-In Toolbox Explained
Yesterday I posted a picture of the new add-in toolbox. I should really explain what the different items do...
-
New Add-In Toolbox
-
Gallery First Few...
- Lutz Roeder's Reflector runnain as an Add-In
- Screenshot of Control Inspector running as an add-in inspecting Visual Studio Convert which also appears as an add-in.
- Command Prompt Add-In using the Pavel Zolnikov's Command Prompt Explorer Bar control
-
Managed Add-Ins Gallery
You've got to start somewhere. Here's a rather sparse Managed Add-Ins Gallery. Please send your screenshots and links here.
-
GetAssemblyName
Ah, so that is how you do it! I was going through all sorts of convoluted ways to simply find out if a DLL was managed (without loading it). It looks like that one call will do the trick.
-
Quick Launch
I've uploaded new versions of Managed Add-Ins and the Reflector Add-In. I've added a 'Quick Launch' menu to quickly start and stop your add-ins. I think this was needed before going properly beta (i.e. feature complete). You can dowanlod the new versions from here.
-
Reflector Add-In RC1
If there are a few downloads and no complaints, this is the version that is going out. Please comment here and let me know how you get on...