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
April 04, 2012 12:59
How about other critical bugs? Is it just a case of whoever shouts loudest gets their bugs fixed?For example: RSRP-288359 In 5.x and 6.0, you couldn't set the C# language level for a web-site proje...
Community
ReSharper Community
Is the EAP for ReSharper 6.x is a done thing ?
0 votes
Created
April 04, 2012 18:33
Sorry, the "you" in the last sentence meant JetBrains. Given the number of fairly critical bugs which have been postponed to v7, I suspect they've given up on v6.
Community
ReSharper Community
Is the EAP for ReSharper 6.x is a done thing ?
0 votes
Created
March 20, 2012 14:02
Shame it's not really a Wiki!For example, this page is wrong:http://confluence.jetbrains.net/display/ReSharper/Possible+compare+of+value+type+with+nullIt suggests replacing "i != null" with "i != d...
Community
ReSharper Community
Default coding standards of ReSharper?
0 votes
Created
April 26, 2012 13:03
You should be able to achieve this with Visual Studio's built-in Find & Replace, using Regular Expressions: Find what: function:b+{:i}:b*( Replace with: \1 = function( Find options: Use: Regular ...
Community
ReSharper Community
Code inspection for javascript function
0 votes
Created
June 27, 2012 19:02
Andrey: Just to clarify, are you "working hard on fixing those problems" for the current release (v6.1), or only for v7?Since you don't seem to have launched your usual free upgrade offer yet, tell...
Community
ReSharper Community
More Performance Problems in 6.1: Slow and Excessive Memory Usage
0 votes
Created
August 08, 2012 18:01
Does it help if you change your code to use Expression<Func<TSource, TResult>> instead of Expression<Action<TSource>>?private static Dictionary<MethodInfo, string> BuildStringMethods(){ return ne...
Community
ReSharper Community
"Return value of a pure method not used" warning issued for a lambda expression.
0 votes
Created
August 10, 2012 11:52
I've just tried with 6.1.1, and although I still get warnings with the Expression<Func<..>> code, they don't include the "return value of a pure method" warning.With Expression<Action>:With Express...
Community
ReSharper Community
"Return value of a pure method not used" warning issued for a lambda expression.
0 votes
Created
July 30, 2012 19:23
I'd certainly prefer a single context menu with six items to one with two items and a four item sub-menu!
Community
ReSharper Community
Code Inspection Popup Menu
0 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
«
First
‹
Previous
Next
›
Last
»