NetCore.AutoRegisterDi icon indicating copy to clipboard operation
NetCore.AutoRegisterDi copied to clipboard

Extension method to find/register classes in an assembly into the Microsoft DI provider

Results 3 NetCore.AutoRegisterDi issues
Sort by recently updated
recently updated
newest added

Hello! What do you think about using some custom attributes for marking classes, which needs to be registred in container, maybe **[Service]**? Also we can using attributes for marking classes...

The current version only permits non-generic **public** classes to be registered. Multi-assembly projects which keep the interface implementations `internal` to the assembly cannot use `RegisterAssemblyPublicNonGenericClasses()`. I propose adding `RegisterAssemblyInternalNonGenericClasses` or...