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
September 03, 2012 13:03
You do need the field. Without it, the GC will eventually collect the Timer object, which will cause the finalizer of the internal TimerBase object to delete the timer.
Community
ReSharper Community
Timer not accessed
0 votes
Created
August 21, 2012 12:54
Although Windows allows underscores in computer names, mainly for backwards compatibility, it's not officially supported. RFC952 from October 1985 states:A "name" (Net, Host, Gateway, or Domain nam...
Community
ReSharper Community
License Server - Couldn't set the SMTP Server Name
0 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
«
First
‹
Previous
Next
›
Last
»