1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-18 21:50:33 +00:00
Jackett/src/Jackett.Service
Nathan Holland 1c62504b22 Remove Static Configuration Class and .NET Core Prep (#2122)
* Remove static configuration class that required prior knowledge of when it was initialised to dependency injected method that ensures all configuration has already occured.

* Specify a different log name for the updater, require a path when running the Jackett updater

* Update to all .NET Standard packages

* Explicitly specify the restore project style

* Move automapper out of the  DI framework and put crude detection to prevent it from initializing more than once.
2017-11-13 19:38:38 +11:00
..
Properties
App.config
jackett.ico
Jackett.Service.csproj Remove Static Configuration Class and .NET Core Prep (#2122) 2017-11-13 19:38:38 +11:00
Program.cs
Service.cs Remove Static Configuration Class and .NET Core Prep (#2122) 2017-11-13 19:38:38 +11:00
Service.Designer.cs