593172440

Results 5 issues of 593172440

![image](https://github.com/dotnetcore/WTM/assets/11573521/8554c78b-4ab3-4663-a009-dde241a57eb7) ![image](https://github.com/dotnetcore/WTM/assets/11573521/87fae054-90ae-4fbf-8c60-746bed3f7096) 选择任意图标库之后,再返选到【请选择】选项之后就报错了。

更新注释,第一次提交,看看对不对,不对的话我再改改。

![image](https://github.com/dotnetcore/WTM/assets/11573521/ceaad6f4-16d6-4e8e-b0d3-72f73e5447c4) 比如新建一个CommHub类并继承Hub,我这里初始化了_context,但是在调用的时候提示: Error when dispatching 'OnConnectedAsync' on hub. System.InvalidOperationException: Unable to resolve service for type 'XXK.DataContext' while attempting to activate 'XXK.Hubs.CommHub'. at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetService(IServiceProvider sp, Type type, Type requiredBy, Boolean isDefaultParameterRequired)...

版本:v2.0.12 用这个命令创建方案:dotnet new known --name=Sample 启动Sample.Web项目,然后就报这个错 ![image](https://github.com/user-attachments/assets/20417733-d874-4843-abd7-3ec423534687)