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 12, 2019 10:53
Thanks.
Community
ReSharper Community
R# 2019.3 regression: argument validation
0 votes
Created
December 11, 2019 16:03
I've just tried the final release of 2019.3; I didn't get around to testing whether it fixes this problem, because the intellisense / autocomplete is so badly broken I had to roll back.
Community
ReSharper Community
"To object pattern" - incorrect changes with nullable value type
0 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
«
First
‹
Previous
Next
›
Last
»