Skip to content

Releases: krasin-ga/matryoshki

1.2.1

29 Sep 19:01
Compare
Choose a tag to compare
  • 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.