mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: PM must depend on ServiceContainer since LocalPlugin uses it to create scopes
This commit is contained in:
parent
34bb2a7ad4
commit
6a055783ba
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ namespace Dalamud.Plugin.Internal;
|
|||
// DalamudTextureWrap registers textures to dispose with IM
|
||||
[InherentDependency<InterfaceManager>]
|
||||
|
||||
// LocalPlugin uses ServiceContainer to create scopes
|
||||
[InherentDependency<ServiceContainer>]
|
||||
|
||||
#pragma warning restore SA1015
|
||||
internal partial class PluginManager : IDisposable, IServiceType
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue