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
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
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
Created
December 01, 2025 08:41
I'm already on 2025.3.0.3: 253.0.20251124.223441 built on 2025-11-24Looks like it may be related to continuous testing. I've just created a simple test project with one async test. Running it direc...
Community
ReSharper Community
Async test methods never complete
0 votes
«
First
‹
Previous
Next
›
Last
»