Skip to content

Tags: vladboss61/Scrutor

Tags

v4.0.0

Toggle v4.0.0's commit message
Added support for .NET 6, removed use of TypeInfo

v3.3.0

Toggle v3.3.0's commit message
Added netcoreapp3.1 target

v3.2.2

Toggle v3.2.2's commit message
Fixed bug where same generic service was being decorated multiple times

v3.2.1

Toggle v3.2.1's commit message
Swallow assembly loading exceptions when scanning dependencies

v3.2.0

Toggle v3.2.0's commit message
Added new RegistrationStrategy.Throw and filter out types with specia…

…l names

v3.1.0

Toggle v3.1.0's commit message
Various bugfixes and tweaks

v3.0.3

Toggle v3.0.3's commit message
Fixed bug with open generic decoration

v3.0.2

Toggle v3.0.2's commit message
New package push to try to fix khellang#60

v3.0.1

Toggle v3.0.1's commit message
Fixed messed up signing

v3.0.0

Toggle v3.0.0's commit message
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 khellang#48.
- Update to the latest Microsoft.Extensions.DependencyInjection version. See khellang#50.
- Strong-named assembly. See khellang#53.
- Add support for registering all interfaces against a single implementation. See khellang#57 and khellang#58.
- Add source link support. See khellang#59.