Mhedgpeth
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Mhedgpeth created a post, Using Resharper to convert to NUnit Fluent Interface?
I want to exclusively use the NUnit Fluent Interface for my unit tests. So en masse I want to convert code like this:Assert.AreEqual(expected, actual);To this:Assert.That(actual, Is.EqualTo(expect... -
Mhedgpeth created a post, Defect? Inspector does not read ignored disable comments
I have an issue where I run the Inspector with code that is commented to disable a rule: // ReSharper disable UnusedMember.Global public void UnusedMethod() // ReSharper restore UnusedMembe... -
Mhedgpeth commented, -
Mhedgpeth created a post, Should Settings.Designer.cs be checked by Inspection?
I'm going through inspection results and notice that the inspector is flagging settings that aren't set in the Settings.Designer.cs file. I would expect this file to be ignored for the test. Is t... -
Mhedgpeth created a post, How to share inspection suppressions?
I want to share the suppressions for an inspection for the entire development team. In other words, in the inspection explorer, if someone says "Hide all of these", I want it to be hidden on every... -
Mhedgpeth created a post, External Sources Advanced dialog not working as expected
I have a third party DLL that has pdbs with it and I wanted to point those to the source that was on my machine. So I went to Resharper -> Options -> External Sources and clicked the Advanced... b...