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
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
Created
June 19, 2017 21:17
Also, attempting to report this as a bug from within Visual Studio returns the error "Connection refused". Where's the button to report a bug with the bug reporting feature?!
Community
ReSharper Community
ASP.NET MVC C# Language Level - Not working
0 votes
Created
June 08, 2017 11:07
You'd need to define it in the "base package" project's properties. If you don't define the symbol, the annotations will only work within the same solution. The attributes will not be included in t...
Community
ReSharper Community
JetBrains.Annotations not working from referenced NuGet package
0 votes
«
First
‹
Previous
Next
›
Last
»