#Scrutor
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
Scrutor is not a dependency injection (DI) container itself, instead it adds additional capabilities to the built-in container.
The library itself is pretty simple; it provides a single extension method, Scan, along with a fluent API to IServiceCollection that allows you to register "services" based on conventions. That's it!
Useful for lazy Developers😉
Package Manager Console
MoreDetail
Documentation
GitHub
@fullStackDevs
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
Scrutor is not a dependency injection (DI) container itself, instead it adds additional capabilities to the built-in container.
The library itself is pretty simple; it provides a single extension method, Scan, along with a fluent API to IServiceCollection that allows you to register "services" based on conventions. That's it!
Useful for lazy Developers😉
Package Manager Console
Install-Package Scrutor.NET Core CLI
dotnet add package Scrutorby Kristian Hellang
MoreDetail
Documentation
GitHub
@fullStackDevs