我有一个 Blazor 服务器端应用程序。将 Visual Studio 从 2019 更新到 2022 后,我在特定的 nuget 包上遇到了问题。为什么?

问题描述 投票:0回答:0

我有一个 Blazor 服务器端应用程序 (.Net 6)。到目前为止,这个应用程序一直没有问题。我已将我的 Visual Studio 更新到 V2022。在没有任何错误地清理、重建和发布项目(到同一台服务器上的本地目录)之后,我的应用程序运行正常。但就在我使用了 nuget 包“PSC.Blazor.Components.Chartjs”(V6.0.29) 的两个页面上。打开页面时出现错误。

MissingMethodException: Method not found: 
'Void PSC.Blazor.Components.Chartjs.Models.Common.Legend.set_Align(System.String)'

可能是什么问题?我的目标框架设置为 .net 6.0.

c# blazor-server-side nuget-package visual-studio-2022 missingmethodexception
© www.soinside.com 2019 - 2024. All rights reserved.