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
February 11, 2022 08:35
Teams "remote control" keyboard handling is annoyingly broken. For example, if you press the Tab key to accept an auto-complete suggestion, the suggestion is accepted, but the remote control window...
Community
ReSharper Community
Show parameter list shortcut (Ctrl Shift Space) not working when presenting in Microsoft Teams
0 votes
Edited
January 25, 2022 08:28
Technically, R# is correct. The && and || operators have the same precedence, so the operations are evaluated from left to right. Both ((A && B) || C || D) and (A && B || C || D) compile to the sam...
Community
ReSharper Community
"Redundant" parentheses incorrect? (Visual Studio Resharper c#)
0 votes
Created
January 06, 2022 08:42
I'm not sure if there's an option to change that, but using "On" as a prefix for the event name seems like a bad idea. The convention is that the class will have a protected virtual method called "...
Community
ReSharper Community
Why does "OnFoo" cause an inconsistent naming warning for an event delegate?
0 votes
Created
November 10, 2021 08:14
https://twitter.com/maartenballiauw/status/1458013737219133443 Apparently end of November / early December. In the meantime, you'll have to use the EAP.
Community
ReSharper Community
ReSharper for VS2022
0 votes
Created
October 18, 2021 10:21
Gaaah! Looks like you have to restart Visual Studio for the license error to go away.
Community
ReSharper Community
License error
0 votes
Created
October 04, 2021 14:30
I've attached a sample project to ticket #3539904.
Community
ReSharper Community
Cannot resolve event "formdata"
0 votes
Created
August 23, 2021 07:23
Of course, if you're using the latest version of R#, and if your project supports it, you could enable "nullable annotations", which would work for anyone with an up-to-date version of Visual Studi...
Community
ReSharper Community
ReSharper doesn't recognize custom IsNullOrEmpty extension method to a generic list.
0 votes
Created
August 20, 2021 13:12
The other option is to use "external annotations", where the annotations are defined in an XML file:https://www.jetbrains.com/help/resharper/Code_Analysis__External_Annotations.html That way, your ...
Community
ReSharper Community
ReSharper doesn't recognize custom IsNullOrEmpty extension method to a generic list.
0 votes
Created
August 12, 2021 06:55
As a workaround, you can probably replace the .Where(...).Select(...) with a .Select(...).OfType<T>() call. var x = tasks.Select(i => i.CompleteById).OfType<int>(); The OfType call will ignore any ...
Community
ReSharper Community
Nullable access in lambda warns about System.InvalidOperationException
0 votes
Created
April 14, 2021 14:34
Well, that's annoying. Restarting works for the "third-party code" option; but the "ignored code" option works without a restart.
Community
ReSharper Community
"To improve performance, some third-party web files are not indexed."
0 votes
«
First
‹
Previous
Next
›
Last
»