gpt4 book ai didi

wpf - 在 Core 3 客户端中找不到 WithUrl()

转载 作者:行者123 更新时间:2023-12-03 16:51:11 25 4
gpt4 key购买 nike

我的 .NET SignalR 客户端代码在 Core 3 (WPF) 中不再工作:

string hubAddress = "https://localhost:44329/Hub";
HubConnection hub = new HubConnectionBuilder().WithUrl(hubAddress).Build(); // WithUrl not found

MS document said it is there

有人知道怎么修这个东西吗?

最佳答案

找到了一个 solution : 确保项目引用 Microsoft.AspNetCore.SignalR.Client ,但不是 Microsoft.AspNetCore.SignalR.Client.Core。

关于wpf - 在 Core 3 客户端中找不到 WithUrl(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58677179/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com