VSCode : dotnet restore fails behind proxy using windows authentication

  • 207
  • 0

舊版本 VSCode  載入 Nuget 套件時,返回 Proxy error.

dotnet code issue

  • VSCode 設定 Proxy
  • Fiddler 開啟 Automatically Autheticate 功能後

VSCode 設定 Proxy 方式

加上這個設定

// VSCode: Place your settings in this file to overwrite the default settings
{
  "http.proxy": "http://user:pass@proxy.com:8080",
  "https.proxy": "http://user:pass@proxy.com:8080",
  "http.proxyStrictSSL": false
}

但是設定完還是無效,不太確定是否因為我當初 VSCode 版本過舊有異常

後來這問題我是透過 Fiddler4 設定開啟 Automatically Autheticate 功能後,即可以正常運行。

不過就是每次抓取的時候就需要開啟 Fiddler4。

後來 VSCode 版本最新版本,這邊再載入 Nuget 的時候,即可正常

※ 但是有些人 VSCode 最新版本就不需要開 Fiddler4 也可以正常載入 Nuget。

 


如果有任何錯誤或者引用問題請麻煩告知 !!!