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
July 08, 2011 19:31
Possibly related: a way to tell R# that a method doesn't enumerate an enumerable.For example:public static bool TryFastCount<T>(this IEnumerable<T> source, out int count) { if (null != source)...
Community
ReSharper Community
Suggestion: a way to tell code analysis that an enumerable already undeferred
0 votes
Created
July 28, 2011 16:21
OK, I've managed to reproduce both the "ArgumentNullException" and the "List<T>" problems on a stripped-down version of my solution, running on a clean PC with no other extensions or add-ins instal...
Community
ReSharper Community
Resharper won't suggest NotImplementedException after throw new
0 votes
Created
July 08, 2011 14:18
I can reproduce this, so I'm not sure why you can't.In VS2010, open a blank page, and type (exactly, including the quotes):<input type="submit" />The result is:<input type="button"submit" class="f...
Community
ReSharper Community
R#6 : How to disable auto-complete in *.aspx / *.ascx?
0 votes
Created
August 22, 2011 14:14
There are several references which explain the problems with this approach:http://msdn.microsoft.com/en-gb/magazine/cc163715.aspx#S10http://www.bluebytesoftware.com/blog/PermaLink,guid,543d89ad-8d5...
Community
ReSharper Community
Background information for "possible incorrect implementation of double checked locking"?
0 votes
Created
August 08, 2011 13:12
Same problem here - I start with "<para>blahblahblah", and type "</" at the end of the text. In R# 5, this would give me a completion list which would include "</para>" and allow me to select it. W...
Community
ReSharper Community
Changed behavior for inserting closing summary tag in xml doc with RS 6.0?
0 votes
Created
July 25, 2011 12:40
Klaus,I've cleared the caches from within R#, closed VS2010 and deleted both the "_ReSharper.ProjectName" directory and the "ProjectName.6.0.ReSharper" file. It doesn't make any difference.Regards,...
Community
ReSharper Community
R#6 Smart Code Completion broken
0 votes
Created
July 28, 2011 16:23
I've managed to reproduce both the "ArgumentNullException" and the "List<T>" problems on a stripped-down version of my solution, running on a clean PC with no other extensions or add-ins installe...
Community
ReSharper Community
R#6 Smart Code Completion broken
0 votes
Created
August 05, 2011 18:20
No idea. There's still no sign of an EAP for 6.1, so I'm guessing it's at least a couple of months away.
Community
ReSharper Community
R#6 Smart Code Completion broken
0 votes
Created
August 05, 2011 13:50
Seems a perfectly sensible design to me. In most cases, if you're calling ToList without using the returned list, it's an error.The ForEach extension method, or a simple foreach loop, seems the bes...
Community
ReSharper Community
Return value of pure method is not used for IEnumerable.ToList()
0 votes
Created
September 14, 2011 19:32
Does it work if you remove the Type="Object" attribute from the ControlParameter tag?
Community
ReSharper Community
Getting "Incorrect parameter type" error on ObjectDataSource
0 votes
«
First
‹
Previous
Next
›
Last
»