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
June 27, 2013 16:59
You do realise that the code in your article doesn't produce the same string in 3.5 as it does in 4.5? In 4.5, you'll get the same 10000 character string back; in 3.5, you'll just get the result of...
Community
ReSharper Community
Feature Request: Add String.Concat to performance warnings C# .NET 4.5
0 votes
Created
June 27, 2013 18:09
OK, so you've edited your post and completely changed what you said, which now makes my other response look odd.The only place I can see in your article which mentions this problem is a comment by ...
Community
ReSharper Community
Feature Request: Add String.Concat to performance warnings C# .NET 4.5
0 votes
Created
June 10, 2013 12:17
For local variables, "var" will solve this:var orderWarehousesToInsert = new List<IOrderWarehouseExtended>();
Community
ReSharper Community
Entangling Type changes
0 votes
Created
July 23, 2013 12:07
We purchased v7 in February, and sales@jetbrains.com have confirmed that we don't qualify for any reduction in the upgrade price for v8, which is annoying.Where did you find the licensing terms you...
Community
ReSharper Community
License Terms
0 votes
Created
July 26, 2013 12:26
You'll need to decorate your method using the Code Annotations attributes, in particular the ContractAnnotationAttribute.public static class Extensions{ [ContractAnnotation("self:null => halt")] ...
Community
ReSharper Community
Fix "Possible System.InvalidOperationException" on Nullable
0 votes
Created
July 23, 2013 11:53
I don't know about binding them to different keys, but pressing the "Go to Everything" keyboard shortcut a second time should bring up "Go to Type":http://blogs.jetbrains.com/dotnet/2013/06/navigat...
Community
ReSharper Community
GoTo Anything?
0 votes
Created
July 16, 2013 12:07
From your example, I assume you mean "indent" rather than "intend"?There's a post on the blog which suggests that this will be improved in R# 8:One common complaint about ReSharper’s default setti...
Community
ReSharper Community
Forcing not to intend anonymous functions
0 votes
Created
July 16, 2013 13:54
I don't think VS has an option to do that.You could try using R#s "Manage Options -> Import/Export Settings" to copy the code formatting settings from the machine that's working to the one that's not.
Community
ReSharper Community
Forcing not to intend anonymous functions
0 votes
Created
October 21, 2013 13:02
It might help if you actually included the code!
Community
ReSharper Community
Irritating Code inspection
0 votes
Created
October 21, 2013 13:00
Ignore the "unable to locate skin" error - that was a genuine typo.I've reported the problem as RSRP-389219.
Community
ReSharper Community
ASP.NET SkinID - Bug?
0 votes
«
First
‹
Previous
Next
›
Last
»