Jeffrey Brubaker
Jeffrey Brubaker
I solved this with the following: ``` const configs = [ appConfig, publicConfig, pdfAssets, ]; for (let i = 0; i < configs.length; i++) { configs[i].plugins.push(new BundleAnalyazerPlugin({ // different port...
I'm encountering this issue when I have the DbContext set to a scoped service. I get the following error. ``` System.InvalidOperationException: Cannot resolve scoped service 'Microsoft.EntityFrameworkCore.DbContextOptions`1[Redacted.Core.Configuration.Database.CompanyDbContext]' from root provider. ```...