Skip to content

Releases: khellang/Scrutor

Yawning Watchdog

27 Mar 09:26
a634e58
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
d608097
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
b791a49
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
721ca59
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
87bbf1f
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
3e5098b
Compare
Choose a tag to compare
  • Swallow assembly load exceptions when scanning application dependencies. #119

Outstanding Wrench

06 Feb 13:26
1bc0623
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.

Third Essential Scarecrow

29 Aug 22:08
c04facd
Compare
Choose a tag to compare

Various new features and improvements:

  • Changed target frameworks to .NET Framework 4.6.1 and .NET Standard 2.0.
  • Add option to scan exact namespace. See #48.
  • Update to the latest Microsoft.Extensions.DependencyInjection version. See #50.
  • Strong-named assembly. See #53.
  • Add support for registering all interfaces against a single implementation. See #57 and #58.
  • Add source link support. See #59.