4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

NuGetのパッケージの復元エラーの回避方法

Last updated at Posted at 2021-09-29

github から落としてきたサンプルソースをビルドしようとしたらエラーになった。
それを解決するのにずいぶんかかったので備忘録として残す。

落としてきたものをビルドしたらエラー

image.png
※この時のエラーメッセージがなんでCドライブの下にあるなしのメッセージになっているのかは気になってはいた。

MSのドキュメント通りにパッケージの復元を行うが、解決しない

パッケージも自動ダウンロードになっている。
image.png

原因:オンラインに接続して取得してくる設定になっていない。

[ツール] - [NuGetパッケージマネージャ] - [ソリューションの NuGetパッケージの管理] を開くと パッケージソースが offline になっている
image.png

解決方法

横の設定(歯車マーク)をクリックするとパッケージソースを選択するウインドウが開くので、「+」マークをクリックする。
するとパッケージソースが追加される。
名前:任意でつける
ソース:NuGetのurlを指定。
image.png

これでビルド成功。

久しぶりにVisual Studio使ったから戸惑ったし、手間取った。

4
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?