Robertscorp / Slender.Dependencies

A .NET library to register your project's dependencies without being tied to a specific dependency injection container.
MIT License
0 stars 0 forks source link

Investigate changing ScanForImplementations to be automatic, but handled through IDependencyBehaviour #28

Closed Robertscorp closed 9 months ago

Robertscorp commented 9 months ago

ScanForImplementations was merged into AddAssemblyScan as DependencyScanningOptions in #34. Additionally, IDependencyBehaviour was removed in #34.