Cool, Jetbrains just released a new version of it’s famous productivity enhancer. I’m going to update my development machine tomorrow. It’s just an awesome tool . . .
See http://blogs.jetbrains.com/dotnet/2008/09/resharper-41-is-released/ for more information.
Yesterday was an interesting evening. I tried to pinpoint the problem between the little BDD framework I used and the Resharper addin for xUnit.
A short description of my problem
I’m using a test-case-class-per-fixture organization and the template method pattern for writing tests in the AAA scheme. Besides that I use a specialized FactAttribute in order to [...]