Skip to content

Releases: khellang/Scrutor

Brave Stinger

25 Sep 07:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.2...v5.0.0

Yawning Watchdog

27 Mar 09:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

Urban Zeus

08 Feb 13:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

Wicked Doctor

31 May 09:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.2.0

Enraged Boy Scout

02 Mar 13:46
Compare
Choose a tag to compare

What's Changed

  • Update Microsoft.Extensions.DependencyModel to version 3.1.6 on .NET Standard 2.0 by @KuraiAndras in #163

New Contributors

Full Changelog: v4.0.0...v4.1.0

Vicious Alpha

28 Jan 12:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v4.0.0

Lonesome Screwdriver

25 Aug 11:03
Compare
Choose a tag to compare
  • Fixed bug where multiple registrations of the same generic type would lead to multiple levels of decoration. See #125.

Random Boomerang

20 Apr 19:49
Compare
Choose a tag to compare
  • Swallow assembly load exceptions when scanning application dependencies. #119

Outstanding Wrench

06 Feb 13:26
Compare
Choose a tag to compare
  • Filter out classes with IsSpecialName, which should include display classes and other compiler-generated types. #108
  • Add new RegistrationStrategy.Throw that throws when encountering existing service registrations. #113

Grotesque Toothbrush

07 Aug 10:53
Compare
Choose a tag to compare

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.