G. Richard Bellamy

- Total activity 75
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
G. Richard Bellamy created a post, Make Next-Issue-In-File skip Hints and Suggestions
Is there a way to make the Alt-PgDn/Up keyboard shortcut skip the items in the file that are Hints and Suggestions, and only land on Warnings & Errors? -
G. Richard Bellamy created a post, Site times out
When I try to search the discussion forums, for my posts, or anything else, it always times out. Is there something I can do on my end to make things work better here? -
G. Richard Bellamy created a post, Why am I suddenly being moderated?
Earlier today, I posted a question to this forum like I normally do, only to see a message saying my message would be moderated - why now after all these years, am I being moderated? -
G. Richard Bellamy created a post, Why is code inspection missing an implementation in an extension method?
So, I'm building an expression that will be used to query a DbSet. I'm using the LinqKit PredicateBuilder so manipulate expressions. Expression<Func<ICommon, bool>> commonPredicate = listingCriteri... -
-
-
G. Richard Bellamy created a post, "Chop if long" settings
I have settings as shown in the screenshot, and would expect that I would see method signatures chopped if they exceed my margin settings (240), but that is not what I see.I have a method signature... -
G. Richard Bellamy created a post, Code Cleanup ignores disabled RedundUsingDirective
When I have:// ReSharper disable RedundantUsingDirectiveusing Some.Namespace// ReSharper restore RedundantUsingDirectiveAnd then run code cleanup, the using directive is still removed. Is this a kn... -
G. Richard Bellamy created a post, SSR: Find properties with Generic return types fails
See the attached screenshot. Apparently this pattern:public ICollection<$type$> $name$ { get { $stmt$ } }type = any typename = identifierstmt = any number of statementswill NOT return properties wi... -
G. Richard Bellamy created a post, SSR: Replace does nothing
Finding numerous items with Structural Search and Replace, I go to replace them with something new - nothing happens.The first attachment is a screenshot of the found items. The second is the selec...