OpenIIoT.Core icon indicating copy to clipboard operation
OpenIIoT.Core copied to clipboard

Configuration via reflection vs registration

Open jpdillingham opened this issue 8 years ago • 1 comments

Consider whether to use reflection to determine whether Types are configurable instead of using explicit registration. This would eliminate ConfigurableTypeRegistry and registration code in the ConfigurationManager and downstream types

jpdillingham avatar Aug 29 '17 00:08 jpdillingham

This would be more in alignment with the way discovery works throughout the application.

Postpone this decision until the Plugin namespace reaches maturity, as this primarily affects plugins.

jpdillingham avatar Aug 29 '17 00:08 jpdillingham