JasperFx/alba

Alba +Autofac

Nitin5acc opened this issue · 1 comments

Hello,
I am trying to use Alba for Integration testing in my project which uses Autofac as DI container as described here -
But I get following error on this line -
using (var system = new SystemUnderTest(hostBuilder))
Cannot convert from IHostBuilder to IwebHostBuilder.

I had to upgrade.