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
August 24, 2016 11:17
Try turning off structural navigation (Options -> Editor -> Editor Behavior).
Community
ReSharper Community
Tab key behaviour overridden
5 votes
Created
July 21, 2023 07:15
ReSharper by Language: JavaScript Starting from ReSharper 2022.2, active development of productivity features for JavaScript, TypeScript, JSON, CSS, and Protobuf is suspended, and these features a...
Community
ReSharper Community
Does the latest R# support javascript private class members?
1 vote
Created
November 28, 2022 08:35
Have you tried adding a d:DataContext to your XAML? <Window ... d:DataContext="{d:DesignInstance local:MainWindow}">
Community
ReSharper Community
Refactoring property name in code behind does not propagate to XAML file
1 vote
Created
August 05, 2022 09:32
Try adding the InstantHandle attribute to the parameter:https://www.jetbrains.com/help/resharper/Reference__Code_Annotation_Attributes.html#InstantHandleAttribute private static async Task ExecuteA...
Community
ReSharper Community
Captured variable is disposed in outer scope
1 vote
Created
July 21, 2022 07:14
Since you're using nullable reference types, you should probably use the built-in attributes instead of the JetBrains annotations. https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.cod...
Community
ReSharper Community
Custom null checking methods - Contract annotations not working
1 vote
Created
May 26, 2022 07:24
That could get very tricky - the set of supported operations will vary by both the EF Core version and the provider used. For example, MaxBy will probably be supported by the SQL Server provider in...
Community
ReSharper Community
R# recommends MaxBy that is not supported by Entity Framework
1 vote
Created
April 22, 2022 13:12
Excellent! Thanks for the quick response.
Community
ReSharper Community
MVC5 v5.2.8 breaks navigation
1 vote
Edited
February 17, 2022 10:02
At a guess: if (enumAttributes is { Length: > 0 })
Community
ReSharper Community
Merge into pattern confusion
1 vote
Created
January 13, 2022 08:14
That's Visual Studio's built-in error list, which doesn't include most of R#'s errors, warnings, or suggestions. Try opening the R# "Errors/Warnings in Solution" window instead. (ReSharper -> Windo...
Community
ReSharper Community
Confused about the error list and warnings
1 vote
Created
December 16, 2021 08:26
Try using the "pull members up" refactoring instead of "extract interface".
Community
ReSharper Community
How do I extract an interface from a method as a new member into an existing interface?
1 vote
Next
›
Last
»