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
The plugin can handle It.IsAny<> param generation for SetUp method pretty well.
However, currently auto-generation will not detect the trigger when using the Mock.Of<T> (x => x.Method()) as the shorthand.
It would be nice if this is supported in a future version
The text was updated successfully, but these errors were encountered:
The plugin can handle It.IsAny<> param generation for SetUp method pretty well.
However, currently auto-generation will not detect the trigger when using the
Mock.Of<T> (x => x.Method())
as the shorthand.It would be nice if this is supported in a future version
The text was updated successfully, but these errors were encountered: