Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下载 Virto Commerce 源代码并在 Visual Studio 中编译后一切顺利。更新 NUGET 包后,我得到编译错误。请看图。
编译错误
在您的情况下,您已经更新Netonsoft.Json,它会导致过时的方法编译错误。
Netonsoft.Json
您应该避免自己更新 nuget 包,这应该由平台团队完成。
我只应用了次要更新并且所有工作都按预期进行。
因此,我建议更谨慎地安装 NUGET 包的主要更新。