mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Reimplementing DefaultShellContainerFactory : IShellContainerFactory
Based on new interface which takes ShellTopology and returns ILifetimeScope Other partial changes to DefaultOrchardHost Several tests and web app currently broken --HG-- branch : dev
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Orchard.Tests.Modules.Setup {
|
||||
//hostContainer.Resolve<IAppDataFolder>().SetBasePath(_tempFolder);
|
||||
|
||||
//var host = (DefaultOrchardHost)hostContainer.Resolve<IOrchardHost>();
|
||||
//_container = host.CreateShellContainer().BeginLifetimeScope();
|
||||
//_container = host.CreateShellContainer_Obsolete().BeginLifetimeScope();
|
||||
//var updater = new ContainerUpdater();
|
||||
//updater.RegisterType<SetupController>();
|
||||
//updater.Update(_container);
|
||||
|
Reference in New Issue
Block a user