gpt4 book ai didi

.net - DiscoveryClient.GetAsync ("http://localhost:5000"中的崩溃)

转载 作者:行者123 更新时间:2023-12-01 05:20:02 25 4
gpt4 key购买 nike

如标题所示:控制台应用程序在执行以下行时崩溃

disco = await DiscoveryClient.GetAsync("http://localhost:5000");

没有异常抛出,即使我把它包装在 try catch 中调试刚断线;输出中没有相关信息。 Visual Studio 只是停止调试应用程序并返回到编辑模式。

有没有人遇到过类似的事情? :( 我可以尝试做什么?

我使用的是 VS2015,控制台应用程序是 .NETCoreApp v1.0,使用“IdentityModel”:“2.0.0-rc6”;。
Identity Server 4 在 localhost:5000、.NETCoreApp v1.0 上运行。

调用 GetAsync方法与 https://demo.identityserver.io参数也会导致错误描述。

我正在关注本教程: https://identityserver4.readthedocs.io/en/dev/quickstarts/1_client_credentials.html

最佳答案

实际上它正在工作,但我在控制台应用程序中误用了 async/await 调用。此处说明了如何正确操作:Debugger stops after async HttpClient.GetAsync() call in visual studio

关于.net - DiscoveryClient.GetAsync ("http://localhost:5000"中的崩溃),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39911087/

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