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
June 19, 2017 21:17
Also, attempting to report this as a bug from within Visual Studio returns the error "Connection refused". Where's the button to report a bug with the bug reporting feature?!
Community
ReSharper Community
ASP.NET MVC C# Language Level - Not working
0 votes
Created
June 08, 2017 11:07
You'd need to define it in the "base package" project's properties. If you don't define the symbol, the annotations will only work within the same solution. The attributes will not be included in t...
Community
ReSharper Community
JetBrains.Annotations not working from referenced NuGet package
0 votes
Created
June 08, 2017 10:24
Have you defined the JETBRAINS_ANNOTATIONS conditional compilation symbol, as described in the documentation? Annotations in Source CodeBy default, all annotation attribute classes are marked with ...
Community
ReSharper Community
JetBrains.Annotations not working from referenced NuGet package
0 votes
Created
May 30, 2017 10:34
Have you tried: location.href = "<%= GetReturnUrl() %>"; I don't know if it will make any difference, but at least it's shorter. :)
Community
ReSharper Community
aspx - embedded codeblock is shown as an error in javascript section
0 votes
Created
May 11, 2017 10:37
There are times when you don't want to use "await" - for example, if you're kicking off multiple tasks to run in parallel, and then using "await Task.WhenAll(...)" to wait for them all to complete....
Community
ReSharper Community
[C#] async/await Type Checking?
0 votes
Created
May 10, 2017 10:12
Have you seen the "Code Inspection Index" in the documentation?https://www.jetbrains.com/help/resharper/2017.1/Reference_Code_Inspection_Index.html Some (but not all) have links to a description of...
Community
ReSharper Community
Comprehensive Description of Resharper C# Rules
0 votes
Created
March 10, 2017 11:51
Thanks for the information. I guess it might work if I add <script> tags within the control, and then strip them out before I process the contents? <cc:ClientScriptBlock runat="server"><script>$(fu...
Community
ReSharper Community
ASPX: Custom language injection
0 votes
Created
March 08, 2017 18:34
Have you tried the different options in the "Group by" list? I suspect "Type" would be close to what you want.
Community
ReSharper Community
Consider making "Find Usages" result leaner
0 votes
Created
March 08, 2017 11:28
I don't think 2016 fully supports VS2017 and the new C# 7 features. You might want to try the latest EAP of 2017:https://www.jetbrains.com/resharper/eap/
Community
ReSharper Community
Resharper showing error when lambda used in property get set
0 votes
Edited
March 02, 2017 12:06
Try making $j$ an expression placeholder, and specifying Int32 as the expression type.
Community
ReSharper Community
Custom Pattern for redundant Convert.ToInt32(Int32)
0 votes
«
First
‹
Previous
Next
›
Last
»