Mentioned above, but here is the answer:
var app = Host.CreateApplicationBuilder(); app.ConfigureContainer(new DefaultServiceProviderFactory(new ServiceProviderOptions { ValidateOnBuild = false, ValidateScopes = true }));