mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Relocating FiniteContainerProvider
If it's going to exist it makes more sense in Orchard.Environment --HG-- branch : dev
This commit is contained in:
@@ -8,7 +8,6 @@ using Orchard.Environment.ShellBuilders;
|
||||
using Orchard.Extensions;
|
||||
using Orchard.Mvc;
|
||||
using Orchard.Mvc.ViewEngines;
|
||||
using Orchard.Tasks;
|
||||
|
||||
namespace Orchard.Environment {
|
||||
public class DefaultOrchardHost : IOrchardHost {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
using Autofac;
|
||||
using Autofac.Integration.Web;
|
||||
|
||||
namespace Orchard.Tasks {
|
||||
namespace Orchard.Environment {
|
||||
class FiniteContainerProvider : IContainerProvider {
|
||||
public FiniteContainerProvider(IContainer applicationContainer) {
|
||||
// explicitly create a request container for the life of this object
|
@@ -225,7 +225,7 @@
|
||||
<Compile Include="Mvc\Html\FileRegistrationContext.cs" />
|
||||
<Compile Include="Mvc\Html\MvcFormAntiForgeryPost.cs" />
|
||||
<Compile Include="Mvc\Html\SiteServiceExtensions.cs" />
|
||||
<Compile Include="Tasks\FiniteContainerProvider.cs" />
|
||||
<Compile Include="Environment\FiniteContainerProvider.cs" />
|
||||
<Compile Include="Tasks\Scheduling\IScheduledTaskHandler.cs" />
|
||||
<Compile Include="Tasks\Scheduling\IScheduledTaskManager.cs" />
|
||||
<Compile Include="Tasks\Scheduling\ScheduledTaskContext.cs" />
|
||||
|
Reference in New Issue
Block a user