NuGet staying 'Retrieving Information' or 'No results found' in VS 2013

前端 未结 4 1859
轻奢々
轻奢々 2021-01-05 22:33

All of a sudden, NuGet stopped working for all projects. I\'ve tried it on 4 different computers in the office, and all of them stopped working.

If I go to \'Manage

4条回答
  •  独厮守ぢ
    2021-01-05 23:23

    I started the VS with /Log parameter and in file %APPDATA%\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml there was a record that packages\repositories.config was read-only. So, I checked it out, and it worked.

提交回复
热议问题