Andy Rotering
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Andy Rotering created a post, 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... -
Andy Rotering commented, -
-
Andy Rotering commented, -
Andy Rotering created a post, CompletedFalse positive ConditionIsAlwaysTrueOrFalse with Nullable C# feature
if 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 ...