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
September 16, 2014 19:34
Actually, I think the Dictionary.TryGetValue example is a bug. It's quite possible for the key to exist within the dictionary, but for the associated value to be null, in which case a null value wi...
Community
ReSharper Community
AssignNullToNotNullAttribute inspection and TryGetValue pattern
0 votes
Created
December 11, 2014 15:51
Sounds like the same problem I'm seeing:https://devnet.jetbrains.com/message/5530259?tstart=0https://youtrack.jetbrains.com/issue/RSRP-428931For me, it only seems to happen if the class contains an...
Community
ReSharper Community
How to stop R# 9 from inserting Enumerable...for extension methods?
0 votes
Created
December 16, 2014 12:11
Try this:http://resharper-support.jetbrains.com/entries/84269548-There-are-no-Visual-Studio-items-in-context-menu
Community
ReSharper Community
"Insert Snippet" is gone after installing v9?
0 votes
Created
December 15, 2014 12:04
It's the settings from v8 which weren't automatically converted:http://resharper-support.jetbrains.com/entries/83984617-How-to-manually-convert-settings-from-ReSharper-8
Community
ReSharper Community
What is ReSharper80GlobalSettings?
0 votes
Created
December 11, 2014 15:59
The "check for updates" options page has never worked for me.Try downloading the 30-day trial from the site - if it's still valid, your license key should work to activate it.https://www.jetbrains....
Community
ReSharper Community
How do we get the v9 update?
0 votes
Created
December 11, 2014 15:53
Reported as RSRP-428932.
Community
ReSharper Community
R#9: Explicit casts not recognized
0 votes
Created
December 11, 2014 15:52
Reported as RSRP-428931
Community
ReSharper Community
R#9 Extension Method bug
0 votes
Created
November 17, 2014 13:04
It sounds like you want the Generate Properties option, rather than the Encapsulate Field option.
Community
ReSharper Community
Encapsulating Fields: Prevent ReSharper from changing direct access within class to access over accessor
0 votes
Created
March 04, 2015 10:27
Looking at the source code, neither ToList nor ToArray is ever a no-op. ToList always allocates a new List<T> instance. ToArray uses the internal Buffer<T> class, which copies the sequence to an a...
Community
ReSharper Community
what does "Possible multiple enumerations of IEnumerable" mean?
0 votes
Created
February 25, 2015 12:15
CSS doesn't technically support single-line comments using the "//" syntax. It only supports block comments - "/* ... */".Adding "//" to the start of a line will disable the following construct, bu...
Community
ReSharper Community
R# 9 css line comment
0 votes
«
First
‹
Previous
Next
›
Last
»