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
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
Edited
February 23, 2017 11:14
To match: //!++ This will be displayed in red and a big font. you'll need: (?<=\W|^)//!\+\+\s*(\W|$)(.*) The word "Important" doesn't appear in the input text, so your "TAG" group won't work. A cou...
Community
ReSharper Community
Problem with regex for custom todo item.
0 votes
Created
February 21, 2017 11:55
There's a configurable inspection for "Explicit value passed to parameter with caller info attribute", which would flag the second and third case. You could also try using the Code Annotations attr...
Community
ReSharper Community
Possible 'null' assignment to entity with '[NotNull]' attribute reported on CallerMemberName parameter
0 votes
«
First
‹
Previous
Next
›
Last
»