You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm told that ReSharper does find this one (see #36), although it is unaware of WhereNotNull.
Caveat: we may not wish to flag instances in which WhereNotNull is called with a Nullable<T> type parameter, since this also changes the return type of the expression.
The text was updated successfully, but these errors were encountered:
I'm told that ReSharper does find this one (see #36), although it is unaware of
WhereNotNull
.Caveat: we may not wish to flag instances in which
WhereNotNull
is called with aNullable<T>
type parameter, since this also changes the return type of the expression.The text was updated successfully, but these errors were encountered: