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
September 27, 2013 12:11
Without inspecting the implementation of the property, R# can't know for certain that your code won't throw an exception. For example, your property could be implemented as:private int? _identity;p...
Community
ReSharper Community
ReSharper 8.0.1, Linq Where clauses and null checks
0 votes
Created
October 03, 2013 12:14
Yes, that's annoying. It only seems to happen when you set the "Code Inspection / Settings / Assume entity value can be null" setting to "When entity doesn't have explicit NotNull attribute".
Community
ReSharper Community
ReSharper 8.0.1, Linq Where clauses and null checks
0 votes
Created
October 22, 2013 18:32
Looks like this will be fixed in 8.1:http://blogs.jetbrains.com/dotnet/2013/10/resharper-81-eap/ Another complaint that’s been addressed relates to ReSharper complaining about values possibly being...
Community
ReSharper Community
ReSharper 8.0.1, Linq Where clauses and null checks
0 votes
Created
October 21, 2013 12:58
Did you explicitly purchase a 1-year upgrade subscription? We got caught out by this as well - we purchased v7 inFebruary, but it didn't include the upgrade subscription, so we had to buy the v8 up...
Community
ReSharper Community
License to version 7.0 is not acceptable
0 votes
Created
October 21, 2013 13:03
8.0.2 works for me in the final release of VS2013.
Community
ReSharper Community
Is the latest version of ReSharper compatible with the final release of Visual Studio 2013?
0 votes
Created
October 21, 2013 13:01
I have 8.0.2 installed with the final release of VS2013, so I'd say it is compatible.
Community
ReSharper Community
VS2013 RTM - R# 7 and 8 support
0 votes
Created
July 01, 2014 11:59
Nice idea, but unless R# can generate a better async implementation, the method body should either remain unchanged or be left blank.Creating an async method which just calls Task.Run to call the s...
Community
ReSharper Community
Feature suggestion: Convert method to Async
0 votes
Created
July 10, 2014 11:33
I suspect it's because you're accessing a property, and the value of the property could change between invocations.For example:private long? eacPeak;public long? EACPeak{ get { long? v...
Community
ReSharper Community
Incorrect warning of PossibleInvalidOperationException
0 votes
Created
July 03, 2014 11:55
Although it's not widely used, the C# equivalent of "And" is just "&":static void Main(){ Console.WriteLine("With &&:"); Console.WriteLine(Test1() && Test2()); // Output: Test1, False ...
Community
ReSharper Community
Can Resharper help me deprecate "And" in favor of "AndAlso"?
0 votes
Created
October 29, 2014 11:28
Rather than inventing your own syntax, why not use the standard XML Documentation Comments? That way, you'll get documentation in IntelliSense, and you can compile an API help-file directly from th...
Community
ReSharper Community
void header comment?
0 votes
«
First
‹
Previous
Next
›
Last
»