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
November 26, 2015 12:25
There is a "Search" box at the top of the Inspection Severity page in 10.0.1; it looks disabled, but it's not.
Community
ReSharper Community
Settings / Options Suggestion: Search and/or Filter
0 votes
Created
November 17, 2010 17:31
Does it work if you rename the "MessageColorChangedBubbleEvent" field to "MessageColorChangedEvent"? All routed events in the framework have a field called "EventNameEvent", whereas you have a fiel...
Community
ReSharper Community
WPF EventTrigger Error Message "Attached event field missing"
0 votes
Created
March 08, 2011 20:17
I'm not sure whether the JIT compiler is clever enough to remove the null check when the type parameter is a value type. You might end up with a call to "object.Equals(object, object)", which would...
Community
ReSharper Community
How to prevent warning "possible compare of value type with 'null'"?
0 votes
Created
March 09, 2011 18:40
It looks like the JIT compiler is smart enough to remove the null comparison check for non-nullable value types, at least in a release build. In a debug build, the difference is nowhere near as not...
Community
ReSharper Community
How to prevent warning "possible compare of value type with 'null'"?
0 votes
Created
May 24, 2011 12:33
Slightly off-topic, but that's a really bad naming convention. It's a form of Hungarian notation, which is strongly deprecated in .NET code.The recommended naming convention is that ordinary enums ...
Community
ReSharper Community
Naming style for flags-style enum
0 votes
Created
June 22, 2011 18:05
In v5, it's under "Common -> Naming Style -> Advanced Settings". Don't know if it's in the same place for v6, though.
Community
ReSharper Community
Editing the Resharper 6 Beta 3 Dictionary?
0 votes
Created
June 22, 2011 18:30
Can you not edit the abbreviations in the bottom text-box, labelled "Abbreviations an plain text (UPPER CASE only):"?
Community
ReSharper Community
Editing the Resharper 6 Beta 3 Dictionary?
0 votes
Created
July 12, 2011 17:17
I've tried setting system.web/compilation/defaultLanguage="C#"; I've tried adding a C# Global.asax; nothing seems to convince R# that I'm using C#, not VB. I don't have any VB code in my project, b...
Community
ReSharper Community
R#6 : Web-site language level
0 votes
Created
July 14, 2011 12:46
It happens with all web sites.I thought the behaviour had changed, but it seems to be the same as v5. Manually editing the "Site.ReSharper" file (formerly the "Site..ReSharper" file) to add the CSh...
Community
ReSharper Community
R#6 : Web-site language level
0 votes
Created
July 12, 2011 14:53
The project will compile without errors, but it won't do what you think.The date will be converted to a string using the default format, which depends on the user's regional settings. This string w...
Community
ReSharper Community
False positive error in VB?
0 votes
«
First
‹
Previous
Next
›
Last
»