mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
replaced autofac with TinyIoC
This commit is contained in:
parent
bcc20fc8a1
commit
aacc53d882
36 changed files with 4286 additions and 406 deletions
|
@ -1,7 +1,6 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using Autofac;
|
||||
using NLog;
|
||||
|
||||
namespace NzbDrone
|
||||
|
@ -42,8 +41,7 @@ namespace NzbDrone
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
NzbDroneBootstrapper.Container.Resolve<Router>().Route(args);
|
||||
ContainerBuilder.Instance.Resolve<Router>().Route(args);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue