【问题标题】:Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Restaurant.Data.IAppRepository某些服务无法构建(验证服务描述符时出错'ServiceType:Restaurant.Data.IAppRepository
【发布时间】:2022-06-28 22:53:53
【问题描述】:

enter image description here

enter image description here

enter image description here

你好,我收到这个错误,我不明白为什么

【问题讨论】:

  • 请不要将代码发布为图像,代码通常是文本 - 所以将其发布为文本。错误也是如此。

标签: c# asp.net asp.net-mvc asp.net-core .net-6.0


【解决方案1】:

您正在注册DbContext,但正在解析DbContexts。将注册更改为:

builder.AddDbContext<DbContexts>(...)

为防止发生此类拼写错误,请为您的上下文提供有意义的名称(以及一般的类)。至少AppDbContext,但更好的是RestaurantDbContext 或与此上下文将代表/存储的域相关的内容。

【讨论】:

    猜你喜欢
    • 2021-11-10
    • 2021-07-09
    • 1970-01-01
    • 2023-02-03
    • 2020-06-04
    • 2023-03-08
    • 2021-06-06
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多