Scrutor v3.1.0 Release Notes

Release Date: 2019-08-07 // over 4 years ago
  • ๐Ÿ›  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.