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 trying to figure out how to shim this. This give me the error An expression tree may not contain a call or invocation that uses optional arguments.
I have a method in another assembly that looks like this (VB.NET):
I'm trying to figure out how to shim this. This give me the error
An expression tree may not contain a call or invocation that uses optional arguments
.This give me
Pose.Exceptions.InvalidShimSignatureException: Mismatched instance types
And these variations give me
Pose.Exceptions.InvalidShimSignatureException: Parameters count do not match
What is the proper syntax?
The text was updated successfully, but these errors were encountered: