OpenIIoT.Core
OpenIIoT.Core copied to clipboard
Configuration via reflection vs registration
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
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.