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
March 23, 2018 11:17
The Visual Studio bug was fixed last night in 15.6.4:https://docs.microsoft.com/en-gb/visualstudio/releasenotes/vs2017-relnotes#15.6.4
Community
ReSharper Community
ReSharper causing build to fail
0 votes
Created
February 16, 2018 11:02
Those are "postfix templates", which are listed under Options -> Code Editing. There doesn't seem to be a way to add your own, though.
Community
ReSharper Community
How to get this Template
0 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
«
First
‹
Previous
Next
›
Last
»