Rainer Queck
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Rainer Queck created a post, How to set test runner to execute test as 64 bit process?
Hi,for my project, I need to make use of a native 64 bit dll (DllImport).Therefore my VS2012 C# Project is of Type "AnyCPU" with "Prefere 32 bit" disabled.The project it's self works fine, and is a... -
Rainer Queck created a post, Running Unit-Test is very slow
Hi,what is it I am doing wrong that my unit-test take so long to be executed?I have 5 Testprojects, with in total 146 Tests.If I execute them with the ReSharper test runner it takes about 47 second... -
-
Rainer Queck created a post, Plain C dll is not copied by unit-test-runner
Hi,I am working on a unit-test (VS2012/MS-Test/ReSharper-TestRunner) to verify a class accessing a plain C dll (which is a interface to a external program).I have added this dll to my project and... -
Rainer Queck created a post, Best Practice : ReSharper + StyleCop Settings Team wide over all projects ?
Hi,being quite new to ReSharper I am looking for the best way to have the same ReSharper and StyleCop setting for the whole team and for all projects.At the moment I am using the ReSharper 5.1.3 + ...