Paul Bradshaw

- Total activity 349
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 142
-
Created Find/Update all references to a specific assembly
This need has popped up several times now. We have some very large solutions (many dozens of projects, pushing triple digits in one of them), and there will be a need to update a reference to a ce... -
Created Redundancy in QuickFixes
I put my cursor on a call to IndexOf() and selected the quick fix to add a StringComparison.Ordinal parameter to the call. All well and good. LOVE this addition.However: It actually added System... -
Created Still issue with Literal Strings
After installing ReSharper 6.1, I still see the same issue with typing literal strings (strings prefixed with the "@" symbol).When I type the "@" and then type the opening quote, I end up with not ... -
Created Non-readonly field referenced in GetHashcode
Can someone explain this inspection warning? I did a search on it, and came up empty...Why is this a bad thing again? -
Created Invalid "possible System.NullReferenceException" warning?
I have the following code snipped:-if (destinationXmlDocument.DocumentElement == null) throw new ArgumentException("Destination XmlDocument has null DocumentElement", "destinationXmlDocument");X... -
Created Literal string constants and auto-closing quotes
This problem popped up in earlier versions, was quashed, and now it's back in 6.0 again.If you're typing along and type a constant literal string (prefixed with "@" symbol), you get an extraneous q... -
Created ReSharper MSTest Runner still doesn't work in 6.0
We've had to give up using the ReSharper MSTest Runner in 5.0 because our tests started to depend on deployment items in order to run (and do some dynamic binding). Visual Studio recognizes the se... -
Created Intellisense completion in ArgumentNullException()?
VS2010 adds a Code Analysis inspection for validating parameters that are referenced inside publicly visible methods.It would be really nice if ReSharper could easily assist in fixing these up... f... -
Created Get path to current XML node?
A coworker asked for this feature, wondering if Visual Studio or ReSharper could help, and I know I've wanted this in the past... but haven't seen any easy way to do it: extract the XML path (XPat... -
Created Code Analysis Dictionary
Is there any possibility of getting ReSharper to automatically pick up the words and acronyms specified in a code analysis dictionary, if one is part of the project? Having to maintain dual lists ...