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
When following the readme, one would try to use the parameterless ctor which does not exist in PluginService which results in the inability to create the PluginService ourselves.
I think an parameterless ctor should be added that will create the options for us which will not add any additional plugin search paths (it just news it).
The text was updated successfully, but these errors were encountered:
AraHaan
added a commit
to AraHaan/Remora.Plugins
that referenced
this issue
Jul 8, 2022
When following the readme, one would try to use the parameterless ctor which does not exist in
PluginService
which results in the inability to create thePluginService
ourselves.I think an parameterless ctor should be added that will create the options for us which will not add any additional plugin search paths (it just news it).
The text was updated successfully, but these errors were encountered: