求助:nuget安裝mongodb.driver報錯,錯誤信息如下:
嘗試載入專案屬性視窗時發生錯誤。請關閉視窗後再試一次。
無效的靜態方法引動過程語法: "[MSBuild]::IsOsPlatform('Windows')"。找不到方法 '[MSBuild]::IsOsPlatform'。 靜態方法引動過程的格式應為: $([FullTypeName]::Method()),例如 $([System.IO.Path]::Combine(a
, b
))。 D:\TestMongoDB\testMongo\packages\MongoDB.Libmongocrypt.1.0.0\build\MongoDB.Libmongocrypt.targets
https://stackoverflow.com/questions/59583165/how-to-install-mongodb-driver-in-visual-studio-2013,
解決辦法:Removed the condition from project file and then worked