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
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
Created
September 23, 2013 12:36
Have you tried setting a d:DataContext / d:DesignInstance on your view?xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2...
Community
ReSharper Community
How do I account for bounded properties with Resharper?
0 votes
Created
July 05, 2013 12:28
For the first item, the other two "return" statements are only redundant if there's no code following them. If you remove the last "return" statement, you should see the previous one flagged as red...
Community
ReSharper Community
A couple of minor suggestions
0 votes
«
First
‹
Previous
Next
›
Last
»