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
December 17, 2014 12:23
I've reported the problem with the order of the auto-complete list as RSRP-429120.
Community
ReSharper Community
How to stop R# 9 from inserting Enumerable...for extension methods?
0 votes
Created
December 17, 2014 18:20
They haven't updated it yet, but I only reported it a few hours ago.If it's the same issue you're seeing, feel free to vote for it!
Community
ReSharper Community
How to stop R# 9 from inserting Enumerable...for extension methods?
0 votes
Created
December 17, 2014 18:29
No, they're subtly different issues. The first one relates to extension methods where there is an existing instance method with the same name. The second one relates to the ordering of extension me...
Community
ReSharper Community
How to stop R# 9 from inserting Enumerable...for extension methods?
0 votes
Created
November 24, 2014 12:30
Assuming the Log method takes an array of objects, your second code block should be:Logger.Log("ID: {0}", p.Tag);There's no need to un-box the variable if you're only going to box it again to pass ...
Community
ReSharper Community
Variable consolidation/substitution
0 votes
Created
March 04, 2015 10:20
According to the source code, ToList always allocates a new List<T>:http://referencesource.microsoft.com/#System.Core/System/Linq/Enumerable.cs,833
Community
ReSharper Community
what does "Possible multiple enumerations of IEnumerable" mean?
0 votes
Created
May 15, 2015 10:58
That's not what the "namespaces that should not be removed" is for. The namespaces listed there are ones where the "using Namepsce;" directive will not be removed, even if it's not used.There doesn...
Community
ReSharper Community
"Namespaces that should not be removed" doesn't work
0 votes
Created
June 04, 2015 06:52
Have you tried the "C# Language Level" in the project's properties window?
Community
ReSharper Community
Resharper incorrectly suggests Roslyn (c# 6) changes
0 votes
Created
June 04, 2015 13:53
In VS2013, it's in the properties window for the project (F4). I don't have VS2015, but I can't imagine they've moved it.
Community
ReSharper Community
Resharper incorrectly suggests Roslyn (c# 6) changes
0 votes
Created
August 18, 2015 09:45
Did you try setting the "C# Language Level" in the properties window for the project? If you set that to "C# 5.0", it should prevent R# from suggesting C# 6 features.
Community
ReSharper Community
List of C# 6 settings to provide C# 5 compatible changes
0 votes
Created
September 23, 2015 11:00
Try: Code Editing -> C# -> Code Style -> Instance members qualification -> Use "this." qualifier for = "None"
Community
ReSharper Community
Refactor -> Rename is adding "this." to the front of variable names
0 votes
«
First
‹
Previous
Next
›
Last
»