Example #1
0
 // TODO: We only call Install on top-level entities, like a collection, or like the top of a dependency tree
 // PostInstall is however called for every processed entity now...
 public virtual Task Install(IInstallerSession installerSession, CancellationToken cancelToken,
     string constraint = null) => installerSession.Install(GetPackaged(constraint));
Example #2
0
 // TODO: We only call Install on top-level entities, like a collection, or like the top of a dependency tree
 // PostInstall is however called for every processed entity now...
 public virtual Task Install(IInstallerSession installerSession, CancellationToken cancelToken,
                             string constraint = null) => installerSession.Install(GetPackaged(constraint).ToArray());