Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Richard Deeming
Total activity
637
Last activity
July 31, 2026 10:47
Member since
October 06, 2010 20:13
Following
0 users
Followed by
0 users
Votes
47
Subscriptions
218
Activity overview
Posts (64)
Comments (308)
Sort by recent activity
Recent activity
Votes
Created
February 20, 2017 12:19
it's also guaranteed not to be null But it's not. It you call the method without passing the parameter, it will always have a value. But there's nothing to prevent you passing an explicit value of ...
Community
ReSharper Community
Possible 'null' assignment to entity with '[NotNull]' attribute reported on CallerMemberName parameter
0 votes
Created
February 13, 2017 11:35
Microsoft Code Contracts (which is no longer supported) Where did you hear that? As far as I can see, there's no mention of that on the MSDN page, the GitHub project or the FAQ. The GitHub project ...
Community
ReSharper Community
Resharper [Pure] versus Microsoft [Pure]
0 votes
Created
August 24, 2011 18:42
Eric Lippert explains all:http://blogs.msdn.com/b/ericlippert/archive/2011/02/28/guidelines-and-rules-for-gethashcode.aspxGuideline: The integer returned by GetHashCode should never changeIdeally, ...
Community
ReSharper Community
Non-readonly field referenced in GetHashcode
0 votes
Created
February 06, 2012 20:26
Try changing "Letters and digits" to "Display but don't preselect".
Community
ReSharper Community
Autocompletion on Space and Enter???
0 votes
Created
October 06, 2010 20:13
You can either override and decorate the members in the ClassWithHiddenMembers class, or use the class via an interface which implements the IFluentInterface interface. I've used the second option ...
Community
ReSharper Community
R# 5.1.1 and EditorBrowsableAttribute
0 votes
Created
April 26, 2011 19:05
I have to agree with Steve - I refuse to join Facepalm on principal. Any social networking site which requires you to upload government-issued ID to prove that you've given them your real name, DoB...
Community
ReSharper Community
JetBrains on Facebook: Alternative
0 votes
Created
June 01, 2011 14:36
+1 for an option to preserve explicit namespace aliases.It's not just for code cleanup; at the moment, almost any R# action removes the aliases and changes the declarations in the current file. I t...
Community
ReSharper Community
Namespace alias
0 votes
Created
July 19, 2011 13:30
OK, so nobody's got any suggestions of what I might be doing wrong, so I assume it's a bug.I've reported it as RSRP-274178:http://youtrack.jetbrains.net/issue/RSRP-274178
Community
ReSharper Community
R#6 Case Sensitivity
0 votes
Created
July 08, 2011 19:31
Possibly related: a way to tell R# that a method doesn't enumerate an enumerable.For example:public static bool TryFastCount<T>(this IEnumerable<T> source, out int count) { if (null != source)...
Community
ReSharper Community
Suggestion: a way to tell code analysis that an enumerable already undeferred
0 votes
Created
July 28, 2011 16:21
OK, I've managed to reproduce both the "ArgumentNullException" and the "List<T>" problems on a stripped-down version of my solution, running on a clean PC with no other extensions or add-ins instal...
Community
ReSharper Community
Resharper won't suggest NotImplementedException after throw new
0 votes
«
First
‹
Previous
Next
›
Last
»