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
October 24, 2012 12:31
Off-topic, but do you have DragonSpeak 12 installed? Your post contains a strange "<object>" tag which, according to Google, is inserted by a browser plugin installed by DS12:<object id="plugin0" ...
Community
ReSharper Community
Visual Studio 2012 looses Resharper 7 keyboard shortcuts
0 votes
Created
January 09, 2013 17:11
Have you tried using a literal string?namespace MyNameSpace{ public class ExampleClass { private string myFile = @"Line 1Line 2Line 3...Line 100"; }}
Community
ReSharper Community
Very slow with long string.Join
0 votes
Created
December 20, 2012 19:09
R# does a lot more analysis of your code than VS, so it's not surprising that it finds more problems. That's a large part of R#'s appeal!
Community
ReSharper Community
Is it normal when R# reports an error but VS 2012 doesn't? The error shows up during runtime
0 votes
Created
September 12, 2012 12:23
You need to use the StringFormatMethodAttribute from the annotations:http://www.jetbrains.com/resharper/webhelp/Code_Analysis__String_Formatting_Methods.html
Community
ReSharper Community
Help with creating a Custom Pattern
0 votes
Created
December 17, 2012 19:08
Correct - you're trying to use the XML annotations to replicate:[StringFormatMethod("message")]public void Error(string message, object[] args){ ...}The only annotation is on the method; there's ...
Community
ReSharper Community
Help with creating a Custom Pattern
0 votes
Created
January 28, 2013 13:22
cryptc wrote:Leading commas ... speed up the copy, paste, modify approachPersonally, I find leading commas slow down this approach.For example, try moving the first property assignment to the end w...
Community
ReSharper Community
Feature Requests and Changes
0 votes
Created
March 28, 2013 12:59
Not sure I agree with that. Consider the following code:public void DoSomething(float x){ x = 42; return;}This will be flagged with the "value assigned is not used" warning. Why shouldn't the s...
Community
ReSharper Community
Why doesn't ReSharper flag erroneous use of structs?
0 votes
Created
March 28, 2013 12:53
This problem was reported over a year ago in R# 6, but it still hasn't been fixed.http://devnet.jetbrains.com/message/5453621#5453621http://youtrack.jetbrains.com/issue/RSRP-289293
Community
ReSharper Community
Resharper change my build-in types into .NET type
0 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
«
First
‹
Previous
Next
›
Last
»