Helen Avelin
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Helen Avelin created a post, TeamCity runs ignored NUnit test case
Test case that were failing in debug was set to be ignored in debug. TeamCity still runs the test. The test is properly ignored in debug on my local machine. Some other tests that are ignored for ... -
Helen Avelin created a post, Prevent ReSharper Code Cleanup from moving comment after TestCase
Code Cleanup will change [TestCase(false, true)] // some comment [TestCase(true, false)] // some comment [TestCase(true, true)] // some comment public void SomeUn... -
Helen Avelin created a post, AnsweredImport settings from Eclipse
I have a settings file in xml-format exported from Eclipse. Is there any way to import that into ReSharper?