错误:

System.AggregateException:“Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Microsoft.Extensions.Hosting.IHostedService Lifetime: Singleton ImplementationType: WebApplication9.Models.BgServerTest': Cannot consume scoped service 'WebApplication9.Models.Imywork' from singleton 'Microsoft.Extensions.Hosting.IHostedService'.)”

InvalidOperationException: Cannot consume scoped service 'WebApplication9.Models.Imywork' from singleton 'Microsoft.Extensions.Hosting.IHostedService'.

 

解决办法 :

依赖注入时出错:Cannot consume scoped service 'xxx' from singleton 'yyy'

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-06-22
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案