如何解决 Visual Studio 2022 中有关内部错误的警告?

And*_*kle 6 visual-studio-2022

我最近将 VS 2022 升级到最新版本,现在我开始看到这些警告:

在此输入图像描述

我使用的是17.4.0版本:

在此输入图像描述

堆栈跟踪看起来像:

StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. ---> System.OperationCanceledException : The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at async StreamJsonRpc.MessageHandlerBase.WriteAsync(<Unknown Parameters>)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at async StreamJsonRpc.JsonRpc.SendAsync(<Unknown Parameters>)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at async StreamJsonRpc.JsonRpc.InvokeCoreAsync(<Unknown Parameters>)
   --- End of inner exception stack trace ---
   at async StreamJsonRpc.JsonRpc.InvokeCoreAsync(<Unknown Parameters>)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at async StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](<Unknown Parameters>)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at async Microsoft.CodeAnalysis.Remote.BrokeredServiceConnection`1.TryInvokeAsync[TService](<Unknown Parameters>)
Run Code Online (Sandbox Code Playgroud)

有解决这个问题的想法吗?以前从未发生过。

Ben*_*tag 3

由于内部错误,功能“x”当前不可用,并影响 Visual Studio 17.4.0 和 17.4.1。


归档时间:

查看次数:

2804 次

最近记录:

2 年,4 月 前