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

Allow registering non-public / internal classes

Open dko1905 opened this issue 7 months ago • 0 comments

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 just dropping the visibility keyword from the name like: RegisterAssemblyNonGenericClasses

dko1905 avatar Jun 16 '25 11:06 dko1905