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
Nestings now generate constructors that accept a decorated object with a base interface type at all nesting levels. The previous behavior is available via the WithStrictNesting method.
Added Call<>.Recipient property that returns the target object of a decorator.
Fixed static evaluation of typeof(A) == typeof(B) and typeof(A) != typeof(B) expressions.
Fixed stripping of Pretend method.
Fixed async pattern selection: in some cases, the previous checks for a symbol being a Task did not work.