Skip to content

Tags: Maryam1986/Scrutor

Tags

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.

v2.2.2

Toggle v2.2.2's commit message
Fixed bug where open generic types were registered as non-generic int…

…erfaces

v2.2.1

Toggle v2.2.1's commit message
Exclude compiler-generated types from scanning

v2.2.0

Toggle v2.2.0's commit message
Added support for scanning for open generic types.

v2.1.2

Toggle v2.1.2's commit message
Fix issue with chained calls to AddTypes and AddClasses

v2.1.1

Toggle v2.1.1's commit message
Fix AddClasses chaining by removing inheritance