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
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
Created
September 08, 2017 13:54
AFAIK, those helpers only apply to parameters, not to properties/fields/methods. Null checking improvements in ReSharper 2017.2ReSharper 2017.2 comes with another feature that makes it easier to ch...
Community
ReSharper Community
CanBeNull/NotNull hotkey question
0 votes
Created
September 08, 2017 13:51
The StackOverflow issue you've linked to should be fixed in C# 7.1: https://github.com/dotnet/roslyn/issues/16195 But as far as I can see, that issue refers to generic types, not dynamic types. I d...
Community
ReSharper Community
C# 7 pattern matching for dynamic types
0 votes
Created
September 08, 2017 13:38
I usually use the code annotations PublicAPIAttribute to annotate members which are part of the assembly's public API surface. There's also the UsedImplicitlyAttribute, which has a very similar eff...
Community
ReSharper Community
Solution wide analysis of class libraries
0 votes
Created
August 18, 2017 10:52
Not a solution, but a possible work-around: try holding down the Ctrl key to see what's behind the popup.
Community
ReSharper Community
How do I get intellisense popup to always display below cursor
0 votes
Created
June 26, 2017 10:17
You might want to look at the "Enhanced Tooltip" plugin:https://github.com/MrJul/ReSharper.EnhancedTooltip/
Community
ReSharper Community
ReSharper 2017.1
0 votes
Created
June 20, 2017 11:49
Aaargh! That's got it, thanks. It was already set to 6, but the updated NuGet package reset it to "default" for some reason.
Community
ReSharper Community
ASP.NET MVC C# Language Level - Not working
0 votes
Created
June 19, 2017 21:33
Downgrading Microsoft.Net.Compilers from 2.2.0 to 1.3.2 seems to have fixed the problem. But why? I can understand R# not knowing about a newer version of the compiler; but why would explicitly set...
Community
ReSharper Community
ASP.NET MVC C# Language Level - Not working
0 votes
Created
June 19, 2017 21:23
Updating to R# 2017.1.3 makes no difference.
Community
ReSharper Community
ASP.NET MVC C# Language Level - Not working
0 votes
«
First
‹
Previous
Next
›
Last
»