rfsetting

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
rfsetting created a post, Split "parameter is not used" issue: one for named method and another for unnamed delegates
The standard case: delegate for an event There are plenty of those event handlers in any project. As soon as I type "+=", ReSharper kindly creates a delegate for me. As usual, the sender paramet... -
-
rfsetting created a post, AnsweredNull-treat pessimistic mode: how make ReSharper be satisfied when using predicates
Hi, I get used to pessimistic null checking. It is a very effective tool, but unfortunately sometimes annoying. I'm trying to find the simplest solution to make ReSharper silent in some cases like ...