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
March 06, 2018 10:59
Use the ContractAnnotation attribute: [ContractAnnotation("null => true")]public static bool IsNullOrEmpty<TEnumerable>([CanBeNull] this IEnumerable<TEnumerable> enumerable)
Community
ReSharper Community
Implementing a Null-Checking-Method
1 vote
Created
September 12, 2017 10:36
AFAIK, the [UsedImplicity] attribute only applies to the attributed item by default. The class should be marked as "used", but not the members. Try adding [UsedImplicity(ImplicitUseTargetFlags.With...
Community
ReSharper Community
Lots of false negatives in VS2017 solution
1 vote
Created
August 04, 2017 10:38
Options -> Code Editing -> CSS -> Inspections You can specify the version for Chrome, Firefox, IE, Edge, Opera, and Safari; you can turn off checks for individual browsers; or you can turn off the ...
Community
ReSharper Community
Code inspection browser compatability
1 vote
Created
June 08, 2017 11:17
It's in the project properties, on the "Build" page:Conditionally Compiling Code Based on Symbols
Community
ReSharper Community
JetBrains.Annotations not working from referenced NuGet package
1 vote
Created
April 25, 2017 09:44
Ctrl+G works fine for me. It brings up the new Visual Studio "go to" panel. This is a Visual Studio change, and nothing to do with R#:https://www.visualstudio.com/en-us/news/releasenotes/vs2017-rel...
Community
ReSharper Community
Why did ReSharper kill my ability to go to a line-number within Visual Studio 2017?!
1 vote
Created
February 15, 2017 21:57
There are some suggestions for workarounds on this StackOverflow thread. You don't need to set the DataContext in the XAML; you just need to set the design-time DataContext (d:DataContext), so that...
Community
ReSharper Community
Resharper and WPF MVVM
1 vote
Created
February 15, 2017 12:23
Have you tried adding a design-time datacontext to your view? xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:I...
Community
ReSharper Community
Resharper and WPF MVVM
1 vote
Created
January 12, 2017 12:27
Use the ContractAnnotation attribute: [ContractAnnotation("null => true")]public static bool IsNullOrEmpty<T>( this List<T> source )
Community
ReSharper Community
Extension methods not taken into account during analysis
1 vote
Created
July 21, 2026 07:38
I was sure I had that selected. But I've just tried with a simple test project, and the chat window defaulted to “AI Chat” instead of “Junie (beta)”.With Junie selected, it was finally able to fix ...
Community
ReSharper Community
Is Junie actually able to apply changes?
0 votes
Created
December 03, 2025 09:08
It looks like that issue might be related. But I don't get the dialog box; I just get the test session running indefinitely, and the “stop” button not working. The only way I can stop the test is t...
Community
ReSharper Community
Async test methods never complete
0 votes
«
First
‹
Previous
Next
›
Last
»