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
return value.GetParameters().Length >= constructor.GetParameters().Length ? value : constructor;
});
return best
?? Empty(type)
?? throw new ArgumentException(
$"Did not find a best constructor for `{type}`. If your type has a non-public constructor, set the 'enablePrivate' parameter to true for this AutoMocker method.",