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
In our custom TearDown strategy we get property values of dependency via reflection. But with enabled interception we get an exception TargetException :
Object does not match target type
when calling property.GetValue(transparent_proxy_obj, null)
In our custom TearDown strategy we get property values of dependency via reflection. But with enabled interception we get an exception
TargetException:when calling
property.GetValue(transparent_proxy_obj, null)