Net core 3.0 with Autofac throw IServiceProvider isn't supported
问题 I have some trouble i try to resolve problem i use Autofac with .net core 3.0-6preview. I add new AutofacServiceProviderFactory() to CreateHostBuilder which is require in this .net core version framework. The code was working correctly in version 2.1 and lower but now application was crashed The exception: System.NotSupportedException: 'ConfigureServices returning an System.IServiceProvider isn't supported.' The Program class code: public class Program { public static void Main(string[] args)