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
August 05, 2011 15:50
It works for me. Have you set up a design-time data context?Eg:<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...
Community
ReSharper Community
support for xaml binding
0 votes
Created
August 09, 2011 17:19
I don't have any source control on that particular solution yet.(I know - I'll get around to it some day, honest! :8})It's a fairly large project - 16 bin-deployed references, 37 code files in App_...
Community
ReSharper Community
R#6 : Not recognizing web references
0 votes
Created
September 19, 2011 12:57
That's a bit premature, isn't it? I think their time would be better spent fixing the bugs with the current version, rather than worrying about supporting a pre-beta release of Windows, .NET and Vi...
Community
ReSharper Community
Visual Studio 11 / Windows 8 / ASP.NET MVC 4 support ?
0 votes
Created
November 04, 2011 13:43
You probably changed the project properties to set the Localizable property to "No". Since web-site projects don't have a project file, R# stores its settings in this "ProjectName..ReSharper" file....
Community
ReSharper Community
resharper file being added to project every time solution is opened
0 votes
Created
November 02, 2011 16:45
There's a list of plugins on the main site:http://www.jetbrains.com/resharper/plugins/index.jspHowever, only one lists compatibility with R# 6.I agree that a community site for sharing patterns and...
Community
ReSharper Community
Are there any sites that aggregate R# plugins or Search and Replace patterns or Templates?
0 votes
Created
October 26, 2011 13:06
In your first example, there are two possible overloads you might have intended to call: Format(IFormatProvider, String, params Object[]) Format(String, Object, Object, Object) R# knows that the co...
Community
ReSharper Community
Difference in behaviour for hint "Method with params invoked. Have you intended..."
0 votes
Created
October 26, 2011 12:57
Your sample makes it quite obvious why R# is flagging this:try{ if (ratingRequest == null) { throw new ArgumentNullException("ratingRequest"); } ...}catch (Exception ex){ ...
Community
ReSharper Community
Possible null reference exception
0 votes
Created
October 24, 2011 14:07
That makes sense - with a Label control, you can specify the text as a property or as the content of the control; with a Button, you can only specify it as a property.I suspect you'll see this bug ...
Community
ReSharper Community
Intellisense on aspx controls not showing Text property
0 votes
Created
October 20, 2011 14:21
Have you set up a design-time data context for your view? When I add the d:DataContext="{d:DesignInstance vm:MyViewModel}" attribute, R# 6.0 gives me intellisense for binding paths, warnings for un...
Community
ReSharper Community
Method <myMethod> can be made private
0 votes
Created
November 10, 2011 19:25
If you're not adding instance members, just change it to a static class and the warning will go away.
Community
ReSharper Community
Disable ClassNeverInstantiated.Global by default when class named 'Program' in a console project
0 votes
«
First
‹
Previous
Next
›
Last
»