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 09, 2018 10:29
Have a look at the "Enhanced Tooltip" extension:https://github.com/MrJul/ReSharper.EnhancedTooltip/
Community
ReSharper Community
Colors in method parameters
0 votes
Created
February 01, 2018 11:39
Are you using a "release" build of the shared project? IIRC, the annotations from the NuGet package only apply to debug builds.
Community
ReSharper Community
The dreaded Possible 'InvalidOperationException'
0 votes
Created
January 30, 2018 11:05
As a workaround for the string interpolation, you can drop the ".Value" without changing the output. string s = $"{number:#,##0}";
Community
ReSharper Community
Mind-Bending Null-Check in Comparison Evaluation Can Be Improved
0 votes
Created
January 23, 2018 11:07
https://resharper-support.jetbrains.com/hc/en-us/community/posts/115000784870-How-do-I-turn-off-the-nagging-notifcation-Configure-settings-to-improve-performance Open the R# settings, go to Environ...
Community
ReSharper Community
Annoying Performance Guide Notification
0 votes
Created
December 21, 2017 18:47
Have you tried opening the main settings, and changing all of them to "Ignore"? It worked for me.
Community
ReSharper Community
How do I turn off the nagging notifcation: Configure settings to improve performance
0 votes
Edited
December 20, 2017 12:25
As a workaround, you could use: && !CompareUnderTolerance(Value.GetValueOrDefault(), priorValue.GetValueOrDefault())); If you check the source, the only difference between Value and GetValueOrDefau...
Community
ReSharper Community
Mind-Bending Null-Check in Comparison Evaluation Can Be Improved
0 votes
Created
October 19, 2017 18:44
Try the Inline Method refactoring. (Also answered on StackOverflow.)
Community
ReSharper Community
Any way to refactor "repoint usages to methods on other class" after extracting a class using Resharper?
0 votes
Created
October 06, 2017 19:45
Looks like there were still some cases where this bug would crop up, which have been fixed in 2017.2.2:https://blog.jetbrains.com/dotnet/2017/10/06/resharper-ultimate-2017-2-2/
Community
ReSharper Community
Help: Fix using Tab to select an autocomplete from R# adds trailing characters to end of line
0 votes
Created
October 04, 2017 18:02
Which version of R#? It should be fixed in 2017.2.1: https://youtrack.jetbrains.com/issue/RSRP-466251https://resharper-support.jetbrains.com/hc/en-us/community/posts/115000566024-Autocomplete-tab-r...
Community
ReSharper Community
Help: Fix using Tab to select an autocomplete from R# adds trailing characters to end of line
0 votes
Created
September 19, 2017 10:52
You could try adding a [UsedImplicitly] annotation to the methods, or a [UsedImplicitly(ImplicitUseTargetFlags.WithMembers)] annotation to the base class. Annotations in Source Code - Help | ReSharper
Community
ReSharper Community
'Incorrectly' highlighted as unused
0 votes
«
First
‹
Previous
Next
›
Last
»