There is an update to ReSharper that fixes a number of bug fixes as well as contains some performance improvements. I might be dreaming, but the new version ( 2.0.1 ) feels faster.
One of the new features of ReSharper 2.0 that I hadn't used and started using today is the new unit test runner. Here is a snapshot from their website:
I have to say I love the new unit test runner. ReSharper automatically detects test fixtures and individual tests in your code allowing you to easily run them from context sensitive menus in the editor. You can also profile the tests with dotTrace Profiler. Very slick.
You can learn more about the ReSharper Unit Test Runner here.
Source: David Hayden ( Florida .NET Developer )
Filed: .NET Tools, Unit Testing