Home
ReSharper Support | JetBrains
Submit a request
Community
Sign in
Scottbilas
Follow
New posts
New posts and comments
Total activity
80
Last activity
January 15, 2016 23:17
Member since
June 10, 2010 17:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
29
Activity overview
Posts (26)
Comments (25)
Sort by recent activity
Recent activity
Votes
Created
November 09, 2011 00:22
B-)So many ways to configure formatting, so confusing to me. Thanks very much, that's what I needed!
Community
ReSharper EAP
How to make R# stop indenting in this case?
0 votes
Created
November 08, 2011 21:35
That almost works. Turning off the option does this:_uiDispatcher.BeginInvoke(() => { * }Whereas I do in fact want it indented.._uiDispatcher.BeginInvoke(() => { * }I just don't...
Community
ReSharper EAP
How to make R# stop indenting in this case?
0 votes
Created
July 28, 2011 16:34
In our codebase a lot of people are still learning LINQ and the enumerable operators and making lots of usage mistakes. I'm trying to add many rules to catch these as warnings. So obviously it is d...
Community
ReSharper Community
Types in search pattern expressions not working
0 votes
Created
July 27, 2011 21:37
Did you try constraining it to System.Collections.Generic.IList<T>?I opened up a new test project and if I set 'e1' to type System.Collections.IList it works as I would expect (and is actually what...
Community
ReSharper Community
Types in search pattern expressions not working
0 votes
Created
July 26, 2011 16:34
Which case? Did you forget to paste something maybe?
Community
ReSharper Community
Types in search pattern expressions not working
0 votes
Created
July 15, 2011 16:41
Oh, cool. Ok, then can I add a feature request? :) It would be useful to have more information than "Search pattern could not be parsed" on a problem with the search pattern. I end up just guessing...
Community
ReSharper Community
Why keywords not permitted in Search patterns?
0 votes
Created
July 12, 2011 01:52
Ok I ran into some more serious perf issues and uploaded a profile to the ftp. Let me know if you need any more samples, happy to help!
Community
ReSharper Community
70% usage of quad core when simply typing?
0 votes
Created
July 07, 2011 18:08
Well, that figures. It completely stopped doing this on both machines today. Haven't seen the balloon tip at all. :/I'll post back here if I can get it again with stack traces.
Community
ReSharper Community
"Help us improve Resharper!" click causes VS to lock up
0 votes
Created
July 07, 2011 17:10
Here is a simple repro: var q = new[] { 1, 2, 3 }.AsEnumerable().MemoizeAll(); var x = q.Any(); var y = q.Any();Both calls to Any() get a R# complaint about it bein...
Community
ReSharper Community
Suggestion: a way to tell code analysis that an enumerable already undeferred
0 votes
Created
July 05, 2011 18:38
Your suggestion would only work on undeferral functions that return an ICollection. Many do not. For example, the RX framework has Memoize and MemoizeAll that cannot act as ICollections because the...
Community
ReSharper Community
Suggestion: a way to tell code analysis that an enumerable already undeferred
0 votes
1
2
3
›
»