NetCore.AutoRegisterDi
NetCore.AutoRegisterDi copied to clipboard
Extension method to find/register classes in an assembly into the Microsoft DI provider
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...