Andy Rotering

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
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 ...