Previously, because we were passing the plugin startup instance to the CreateDelegate call in all cases, static methods were not permitted, instead throwing a cryptic error. Hive.Tags uses a static ConfigureContainer, because it does not need access to the configuration passed to the startup. This should be supported.
Previously, because we were passing the plugin startup instance to the
CreateDelegate
call in all cases, static methods were not permitted, instead throwing a cryptic error.Hive.Tags
uses a staticConfigureContainer
, because it does not need access to the configuration passed to the startup. This should be supported.