Andy Rotering
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created is `awdSelection Changed` a ReSharper command?
Hi - After performing a new installation of Resharper 2025.1.2, I noticed that my VS IntelleSense auto-complete after hitting <tab> was being mangled immediately after the auto-complete worked. I n... -
Edited False positive ConditionIsAlwaysTrueOrFalse with Nullable C# feature
Completedif I have the following function: void Foo(Bar b) { if (b == null) throw new ArgumentNullException(); } In this case the (b == null) is flagged as always false, which is just not true. Adding ...