Skip to content

Commit

Permalink
Merge pull request #548 from robertcoltheart/bug/fix-existing-container
Browse files Browse the repository at this point in the history
Fix issue using existing container with ASP.NET
  • Loading branch information
jonorossi authored Sep 28, 2020
2 parents d3c18a0 + bcf1f69 commit 50a4852
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public WindsorServiceProviderFactory()
public WindsorServiceProviderFactory(IWindsorContainer container)
{
SetRootContainer(container);
CreateRootScope();
}
}
}

0 comments on commit 50a4852

Please sign in to comment.