Jackett/src/Jackett.Test
chibidev 7c2b801ee9 Feature/remove autofac from indexer manager (#1549)
* Line endings...

* Remove Autofac and all its shenanigans from IndexerManager

I'm starting my warpath against Autofac. For the next couple PRs I want
to focus on refactoring things rather than creating new things. This
includes introducing LINQ extensions wherever possible as well as
removing Autofac/Automapper dependencies in classes (or any other
dependency, there's a great chance that most of the classes that use
Jackett.Services wouldn't need so many of them). All this is order to
boost performance and eventually reach testability. Can't stop, won't
stop.

* Remove unnecessary extension

* Modify test project

* As per @kaso17, iterating through iterator types rather than allocating them manually

* Cleaning up a little

* Adjusting interface in tests
2017-07-14 07:39:52 +02:00
..
Properties
Services
Util
Jackett.Test.csproj
TestBase.cs
TestIIndexerManagerServiceHelper.cs Feature/remove autofac from indexer manager (#1549) 2017-07-14 07:39:52 +02:00
TestUtil.cs
TestWebClient.cs Normalise Line endings (#1284) 2017-04-15 18:45:10 +10:00
app.config
packages.config