registry: templated factory registrations inheritance #20324
Labels
enhancement
Feature requests. Not bugs or questions.
stale
stalebot believes this issue/PR has not been touched recently
tech debt
Title: registry: templated factory registrations inheritance
Description:
Currently, factory registrations for base class cannot be used by their derivations. For example, an input
Input
registered forBaseClass
cannot be created from a factory ofDerivedClass
. We do not have any precedence for these interactions with the existing extension registries, so it will be better if we can come up with a good solution to support shared inputs.Relevant Links:
#20116
The text was updated successfully, but these errors were encountered: