You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently packages exporting plugins must provide the plugins by providing the IPlugin service.
It would be better if they could provide a IPluginPackage service that, in turn, will return a list of IPlugin.
This way, the package will have a name and a version
The text was updated successfully, but these errors were encountered:
Currently packages exporting plugins must provide the plugins by
providing
theIPlugin
service.It would be better if they could provide a
IPluginPackage
service that, in turn, will return a list ofIPlugin
.This way, the package will have a name and a version
The text was updated successfully, but these errors were encountered: