Added packages to running packages list on execution.
This commit is contained in:
@@ -234,6 +234,11 @@ public sealed class PackageManagementService : IPackageManagementService
|
||||
result.WithReasons(_pluginManagementService.LoadAssemblyResources(plugins).Reasons);
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var package in loadingOrderedPackages)
|
||||
{
|
||||
_runningPackages[package.Key] = package.Value;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user