JasperFx / alba

Easy integration testing for ASP.NET Core applications
https://jasperfx.github.io/alba
Apache License 2.0
407 stars 39 forks source link

Alba +Autofac #68

Closed Nitin5acc closed 5 years ago

Nitin5acc commented 5 years ago

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.

Nitin5acc commented 5 years ago

I had to upgrade.