Skip to content

Grotesque Toothbrush

Compare
Choose a tag to compare
@khellang khellang released this 07 Aug 10:53
· 121 commits to master since this release

Some improvements and bugfixes:

  • AsSelfWithInterfaces no longer throws for open generic types. See #84
  • Multiple calls to As* methods no longer "forget" the lifetime scope to register. See #55 and #86.
  • Trying to decorate open generic services with an open generic decorator would previously result in an exception. These will now be skipped. See #95.