6 packages returned for Tags:"autodi"
AutoDI.Build
by:
Keboo
- 43,841 total downloads
- last updated 10/20/2021
- Latest version: 4.1.0-ci33
Provides MSBuild integration for AutoDI to simplify the creation of objects from your favorite DI container
Release notes: https://github.com/Keboo/AutoDI/wiki/Release-Notes
AutoDI.Fody
by:
Keboo
- 56,803 total downloads
- last updated 12/21/2018
- Latest version: 3.3.3
Obsolete. See https://github.com/Keboo/AutoDI/wiki/Release-Notes#400
- 43,502 total downloads
- last updated 10/20/2021
- Latest version: 4.1.0-ci33
AutoDI integration for ASP.NET Core.
Release notes: https://github.com/Keboo/AutoDI/wiki/Release-Notes
- 33,266 total downloads
- last updated 10/20/2021
- Latest version: 4.1.0-ci33
AutoDI extension that generates C# code for AutoDI.
Release notes: https://github.com/Keboo/AutoDI/wiki/Release-Notes
- 185 total downloads
- last updated 6/24/2022
- Latest version: 1.1.0
Automatically add dependencies to your `IServiceCollection` by namespace. Matches on convention of classes where the class name ends with the interface name minus the leading `I`. Example: `InMemoryCacheManager` and `CacheManager` will match `ICacheManager`.