Paul Bradshaw

- Total activity 349
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 142
-
Paul Bradshaw created a post, 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... -
Paul Bradshaw created a post, 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... -
Paul Bradshaw created a post, 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 ... -
Paul Bradshaw created a post, 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? -
Paul Bradshaw created a post, 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... -
Paul Bradshaw created a post, 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... -
Paul Bradshaw created a post, 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... -
Paul Bradshaw created a post, 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... -
-
Paul Bradshaw created a post, 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...