Question: How to setup the AppSelfHostBase with the deep asp.net integration

Hello, i have question and would like your insight.
In the past versions of ServiceStack i would create a few extensions method that target IContainer to add my dependencies, and apphost for adding plugins, so i could use them both on the Api Side and on the test AppSelfHostBase.
Now i wonder if you could suggest a way to target IServiceCollection when doing my integrations tests with AppSelfHostBase if possible.
thanks

Uhm i din’t see before but you extended

class Container : IServiceCollection

so i should be ok :slight_smile:

2 Likes