Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Richard Deeming
Total activity
632
Last activity
February 27, 2026 10:36
Member since
October 06, 2010 20:13
Following
0 users
Followed by
0 users
Votes
47
Subscriptions
216
Activity overview
Posts (62)
Comments (307)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2013 12:36
Have you tried setting a d:DataContext / d:DesignInstance on your view?xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2...
Community
ReSharper Community
How do I account for bounded properties with Resharper?
0 votes
Created
July 05, 2013 12:28
For the first item, the other two "return" statements are only redundant if there's no code following them. If you remove the last "return" statement, you should see the previous one flagged as red...
Community
ReSharper Community
A couple of minor suggestions
0 votes
Created
January 09, 2014 20:12
claudekennilol wrote:Obviously, that's why I said as much, there is no code (that is not redundant) following them so they are redundant.There's a significant difference between "there's no code f...
Community
ReSharper Community
A couple of minor suggestions
0 votes
Created
September 17, 2013 12:16
fergard wrote:I'm responsible for community and forums moderation and was on a vacation - that's why the moderation of new topics was delayed for several days.It would probably be a good idea to h...
Community
ReSharper Community
I'd like to start a discussion on turning off moderator-approval for discussions
0 votes
Created
February 04, 2014 12:22
Presumably because the LoadComplete event is defined on the base Page class, not your DataObjectDialog class.Incidentally, since you have "var page = Page as DataObjectDialog;" higher up, it would ...
Community
ReSharper Community
ambiguous Resharper missing suggestion
0 votes
Created
July 03, 2014 20:15
I tend to agree with TC; when used as logical operators, the non-short-circuiting operators are almost always a mistake. If your code requires that both "foo" and "poo" always run, then change the ...
Community
ReSharper Community
Can Resharper help me deprecate "And" in favor of "AndAlso"?
0 votes
Created
June 23, 2014 12:33
This is like the spaces vs tabs argument - if you ask five different developers, you'll get seven different opinions.Older developers tend to prefer a single exit point, because that's how they wer...
Community
ReSharper Community
Good coding style ?
0 votes
Created
September 16, 2014 11:57
It's nothing to do with the TryGetValue method.In TestMethod1, you're assigning the value variable within the body of the "if" statement. In TestMethod2, you are not; if the key is not found in the...
Community
ReSharper Community
AssignNullToNotNullAttribute inspection and TryGetValue pattern
0 votes
Created
January 23, 2015 09:21
That changes the meaning of the code.For example, if T is int and data is 0, "0 == null" will be false, but "0 == default(int)" will be true.
Community
ReSharper Community
Why does R# give me a "Possible compare of value type with null" for this code?
0 votes
Created
December 17, 2014 12:09
I've only seen this when there's an instance method and an extension method with the same name - R# 9 completes the extension method call as a static method call.I think yours might be a separate i...
Community
ReSharper Community
How to stop R# 9 from inserting Enumerable...for extension methods?
0 votes
«
First
‹
Previous
Next
›
Last
»