Skip to content

1.2.1

Latest
Compare
Choose a tag to compare
@krasin-ga krasin-ga released this 29 Sep 19:01
  • 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.