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
Edited
February 23, 2017 11:14
To match: //!++ This will be displayed in red and a big font. you'll need: (?<=\W|^)//!\+\+\s*(\W|$)(.*) The word "Important" doesn't appear in the input text, so your "TAG" group won't work. A cou...
Community
ReSharper Community
Problem with regex for custom todo item.
0 votes
Created
February 21, 2017 11:55
There's a configurable inspection for "Explicit value passed to parameter with caller info attribute", which would flag the second and third case. You could also try using the Code Annotations attr...
Community
ReSharper Community
Possible 'null' assignment to entity with '[NotNull]' attribute reported on CallerMemberName parameter
0 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
«
First
‹
Previous
Next
›
Last
»