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
Why am I getting the NS1004 warning Argument matcher used with a non-virtual member of a class for the expression Arg.Is((int? x) => x > 0) in this code?
Why am I getting the NS1004 warning Argument matcher used with a non-virtual member of a class for the expression
Arg.Is((int? x) => x > 0)
in this code?I am using NSubstitute.Analyzers.CSharp v1.0.14.
The text was updated successfully, but these errors were encountered: