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 04, 2015 10:27
Looking at the source code, neither ToList nor ToArray is ever a no-op. ToList always allocates a new List<T> instance. ToArray uses the internal Buffer<T> class, which copies the sequence to an a...
Community
ReSharper Community
what does "Possible multiple enumerations of IEnumerable" mean?
0 votes
Created
February 25, 2015 12:15
CSS doesn't technically support single-line comments using the "//" syntax. It only supports block comments - "/* ... */".Adding "//" to the start of a line will disable the following construct, bu...
Community
ReSharper Community
R# 9 css line comment
0 votes
Created
January 23, 2015 09:51
Of course; I obviously need more coffee! :8}However, you can't use the equality operator on a generic type unless one operand is the literal "null". You'll get the compiler error "Operator '==' can...
Community
ReSharper Community
Why does R# give me a "Possible compare of value type with null" for this code?
0 votes
Created
March 19, 2015 12:25
R#'s behaviour is NOT correct in this case. If value == null, but field.Value != null, the break will not be reached, and the code will still try to evaluate value.Equals(field.Value), giving you a...
Community
ReSharper Community
Difference between break and continue regarding to ReSharper
0 votes
Created
October 16, 2015 10:59
Only when it's applied to an array or List<T> instance. Any decent query provider should convert both forms to the same store query.
Community
ReSharper Community
Misleading suggestion "Replace with a single call to FirstOrFefault()"
0 votes
Created
August 04, 2015 10:17
It works for me.R# 9.1.3VS2015 Community RTMWindows 10 x64
Community
ReSharper Community
Extensions Manager is empty on VS2015 Community
0 votes
Created
May 06, 2015 10:46
I get the same problem here, seemingly at random. Closing and re-opening the solution usually removes the fake warnings.VS2013 update 4;R# 9.1.20150408.155143;Windows 8.1 x64;
Community
ReSharper Community
Resharper false code-editor positives
0 votes
Created
July 09, 2015 18:08
This problem seems to be happening much more frequently with v9.1.1, to the point that I can't trust any R# warnings.Closing and re-opening Visual Studio every five minutes to fix an R# bug is beco...
Community
ReSharper Community
Resharper false code-editor positives
0 votes
Created
November 23, 2015 12:27
Do you have the context action enabled?R# -> Options -> Code Editing -> C# -> Context Actions -> Replace 'var' with explicit type declaration
Community
ReSharper Community
Convert var to explicit type missing in v10
0 votes
Created
August 19, 2015 11:38
Most of the new C# 6 features are just syntactic sugar. So long as you use VS2015 to compile the code, and you've set the correct target framework, the compiled program will work whether the PC it'...
Community
ReSharper Community
List of C# 6 settings to provide C# 5 compatible changes
0 votes
«
First
‹
Previous
Next
›
Last
»