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
Investigation has shown this to be a flaw in the ArgumentFilterVisitor. In some circumstances (such as the second scenario shown above), the object passed into the method invocation is wrapped in a compiler-generated type. Thus, it will be necessary to detect this scenario and "unwrap" the actual object.
This works as expected:
This does not:
The text was updated successfully, but these errors were encountered: