dotnetcore / osharp

OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
Apache License 2.0
2.75k stars 748 forks source link

直接运行Liuliu.Demo.Web报错 #290

Open seamusic opened 1 year ago

seamusic commented 1 year ago

描述一下BUG

直接运行Liuliu.Demo.Web,提示 Could not resolve a service of type 'Microsoft.AspNetCore.Builder.WebApplication' for the parameter 'app' of method 'Configure' on type 'Liuliu.Demo.Web.Startup'

重现步骤

Steps to reproduce the behavior:

  1. clone代码
  2. 使用vs2022打开,选中Liuliu.Demo.Web直接运行

期望行为

成功运行

附加上下文,如截图

image

运行环境

win10 vs 2022

kangerfeng commented 1 year ago

遇到了同样的问题

18108296886 commented 1 week ago

我也遇到这个问题了