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
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
Created
November 26, 2015 12:25
There is a "Search" box at the top of the Inspection Severity page in 10.0.1; it looks disabled, but it's not.
Community
ReSharper Community
Settings / Options Suggestion: Search and/or Filter
0 votes
Created
November 17, 2010 17:31
Does it work if you rename the "MessageColorChangedBubbleEvent" field to "MessageColorChangedEvent"? All routed events in the framework have a field called "EventNameEvent", whereas you have a fiel...
Community
ReSharper Community
WPF EventTrigger Error Message "Attached event field missing"
0 votes
«
First
‹
Previous
Next
›
Last
»