Posts tagged: ReSharper

ReSharper test runner – hidden thread exceptions

By , May 14, 2010 4:31 pm

We use the ReSharper test runner here at GojiSoft to run NUnit tests from within Visual Studio. It’s a great test runner, but doesn’t play nicely with multi-threaded components where exceptions may occur on non-test threads. Unhandled exceptions on non-test threads are hidden and tests which should fail, instead pass. Here’s a very very contrived example:

Continue reading 'ReSharper test runner – hidden thread exceptions'»

C# Coding standards using ReSharper

By , May 10, 2010 6:41 pm

Having coding standards can help improve code readability and maintenance across a team, but they can be a pain if they have to be manually followed and enforced. This article describes how we used ReSharper 5 to make applying coding standards a lot less painful.

Continue reading 'C# Coding standards using ReSharper'»