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
August 20, 2021 07:08
You need to annotate the method:https://www.jetbrains.com/help/resharper/Reference__Code_Annotation_Attributes.html#ContractAnnotationAttribute <Extension, ContractAnnotation("null=>true")>Public F...
Community
ReSharper Community
ReSharper doesn't recognize custom IsNullOrEmpty extension method to a generic list.
1 vote
Created
April 14, 2021 12:46
The issue happening with the second and third parameters only matches my description. :) Maybe the problem was introduced earlier than I thought.
Community
ReSharper Community
BUG: Type keywords not suggested in generic type parameters (R# 2021.1)
1 vote
Created
November 04, 2020 08:36
Looks like you've got "show whitespace" turned on (Ctrl+R, Ctrl+W), and there's a trailing newline in your file.
Community
ReSharper Community
Hide dot in the end of document
1 vote
Created
May 27, 2020 09:40
Does your project have the "nullable reference types" feature enabled? Design with nullable reference types | Microsoft Docs If so, you'll need to explicitly mark all reference type fields, paramet...
Community
ReSharper Community
Why does Resharper think my class members are "non nullable"?
1 vote
Created
December 11, 2019 19:59
Requested details submitted as request #2399424.
Community
ReSharper Community
R# 2019.3 regression: Intellisense / autocomplete
1 vote
Edited
June 14, 2019 10:33
By default, the "value analysis mode" is set to "optimistic":https://www.jetbrains.com/help/resharper/Reference__Options__Code_Inspection__Settings.html Therefore, if you don't test whether the Con...
Community
ReSharper Community
"Possible System.NullReferenceException" when using Null Conditional Operator
1 vote
Created
June 13, 2019 08:47
The warning is correct - if result.Content is null, then you're trying to await a null Task, which will throw a NullReferenceException.
Community
ReSharper Community
"Possible System.NullReferenceException" when using Null Conditional Operator
1 vote
Created
May 02, 2019 10:22
Try: Options -> Environment -> Products & Features -> Web Languages
Community
ReSharper Community
Completely disable web languages support
1 vote
Created
June 01, 2018 10:44
Does the Enhanced ToolTip plugin do what you need?
Community
ReSharper Community
Overload Popup Syntax Highlighting or change to VS Popup. Possible?
1 vote
Created
May 18, 2018 11:23
Resharper => Options => Environment => IntelliSense => Parameter InfoChange the Annotations drop-down from "Display [NotNull] and [CanBeNull] only" to "Do not display". If you're using the Enhanced...
Community
ReSharper Community
Disabling [NotNull] information in parameter suggestions?
1 vote
«
First
‹
Previous
Next
›
Last
»