Results 6 issues of Lennon Huang

不知这个功能开发的难度如何?

### 描述一下BUG 1、示例中Liuliu.Demo.Web需要先执行一次Add-Migration,否则直接运行会报错 2、生成的数据库均为空,没有初始化数据; 3、运行ng-alain8,会提示发生错误:undefined ### 重现步骤 1. 设置Liuliu.Demo.Web为启动项目 2. 执行Add-Migration Change生成迁移库 3. 按ctrl+f5,运行Liuliu.Demo.Web 4. 运行ng-alain8,报错 ![image](https://user-images.githubusercontent.com/172009/123508704-956e9e00-d6a3-11eb-8228-34d344d160aa.png)

`Unhandled Exception: System.ArgumentNullException: Value cannot be null. Parameter name: config at Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1..ctor(String name, IConfiguration config) at Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(ILoggingBuilder builder, IConfiguration configuration)` 调试的时候,发现是UseLog4net("Configs/log4net.config")报出来的。 跟进去,发现是CPlatform.AppConfig中的Configuration为null,导致CPlatform.AppConfig.GetSection("Logging")为null。 请问,这个问题是如何解决的呢? 我是使用了最新版本的Surging.

595行,this.xhrOpen.call(this.xhr, 'POST', this.url, true); this.xhrOpen 为空。 不知为什么?一直报错。

when i run, get some error. win11 + vs2022 17.9.0 Preview 1.1 + docker v24.0.6 ![image](https://github.com/dotnet/eShop/assets/172009/30778739-d121-44ea-8248-aef69065c266)

### 描述一下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代码...