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 06, 2019 11:31
You could use an interpolated string with the nameof operator: $"Method {nameof(Bla)} says hi" You'll get full intellisense within the placeholder. And if you rename the method, the string will aut...
Community
ReSharper Community
is there a way to get auto-completion inside comment string literals?
0 votes
Created
November 01, 2019 11:12
I can partially reproduce the problem in a new solution. It appears to be caused by a project without a resource file having a reference to a project with a resource file. Eg: Project A: No resour...
Community
ReSharper Community
Not possible to disable localization warnings
0 votes
Created
October 23, 2019 11:03
The default case can't be marked as "unreachable", even if you've already covered all existing enum values. It's possible to cast an invalid number to an enum: enum Foo { A = 1, B = 2 }static void ...
Community
ReSharper Community
"Some values of the enum are not processed inside switch statement"
0 votes
Created
September 11, 2019 10:55
If you can set a design-time data context, that should resolve it: xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"...
Community
ReSharper Community
Suggesting public properties used in WPF binding can be made private in error.
0 votes
Created
August 13, 2019 15:02
Reproduced and submitted as request #2216838.
Community
ReSharper Community
Incorrect "path not found" warnings in MVC projects
0 votes
Created
July 24, 2019 17:33
It wants you to add the string to a resource file to make it easier to localize. You can change the settings from the action list:https://www.jetbrains.com/help/resharper/Localization_Inspection.html
Community
ReSharper Community
Blue squiggly under valid text strings - how do I get rid of this?
0 votes
Created
June 10, 2019 17:25
Significantly better with 2019.1.2 installed - down from hundreds of megabytes per day to a few hundred kilobytes. :)
Community
ReSharper Community
Massive R# error logs
0 votes
Created
May 08, 2019 10:31
Try: Code Editing -> C# -> Formatting Style -> Braces Layout -> Array and object initializer: At next line (BSD style)
Community
ReSharper Community
Place opening brace at beginning of next line
0 votes
Created
May 01, 2019 17:45
CodeLens works fine for me - VS2019 Pro (16.0.3) with R# 2019.1, so I doubt it's the desired functionality. :)
Community
ReSharper Community
Using ReSharper and CodeLens in VS 2019
0 votes
Created
April 05, 2019 10:24
I suspect you'll need to add the ContractAnnotation attribute to the method. [ContractAnnotation("null => true")]public static bool IsNullOrEmpty<T>(this IEnumerable<T> target)
Community
ReSharper Community
BUG: doesn't recognize custom IsNullOrEmpty extension method
0 votes
«
First
‹
Previous
Next
›
Last
»