BCRDC / BCCS-CMPP

cluster solution for cmpp protocol in Azure kubernetes
0 stars 0 forks source link

vs 2019 issues #6

Open JHinW opened 3 years ago

JHinW commented 3 years ago

got building err for the newly created netstand2.1 project. the err content can be clarified as 'project.assets.json not found. Run a NuGet package restore'.

resolve way: https://stackoverflow.com/questions/48440223/assets-file-project-assets-json-not-found-run-a-nuget-package-restore

hit err when not specify .sln file, so you have to run cmd 'dotnet resotore' with absolute path of .sln for example : dotnet restore D:\backup\BlueCloud-CMPP\CMPP\BlueCloud.CCS.CmppServer\BlueCloud.CCS.Cmpp.sln