You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\daroth\Desktop\test>dotnet restore
Restoring packages for C:\Users\daroth\Desktop\test\test.csproj...
C:\Program Files\dotnet\sdk\2.0.0-preview2-006391\NuGet.targets(102,5): error : Failed to retrieve information about 'System.Diagnostics.DiagnosticSource' from remote source 'C:\Program Files\Microsoft SDKs\Service Fabric\packages\'. [C:\Users\daroth\Desktop\test\test.csproj]
The problematic machine wide feed was originally setup when I installed the service fabric SDK, which I have since removed. The configuration of the service fabric machine wide feed was left behind at C:\Program Files (x86)\NuGet\Config\ServiceFabricSDK.config:
The specified folder for the service fabric packages no longer exists, as indicated by the restore error. However, the service fabric feed is disabled in my nuget.config file at C:\Users\daroth\AppData\Roaming\NuGet\NuGet.config:
So I don't think it should be used at all for restore.
C:\Users\daroth\Desktop\test>dotnet --info
.NET Command Line Tools (2.0.0-preview2-006391)
Product Information:
Version: 2.0.0-preview2-006391
Commit SHA-1 hash: ef5d4b47c3
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.0-preview2-006391\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0-preview2-25407-01
Build : 40c565230930ead58a50719c0ec799df77bddee9
The text was updated successfully, but these errors were encountered:
Repro steps:
The problematic machine wide feed was originally setup when I installed the service fabric SDK, which I have since removed. The configuration of the service fabric machine wide feed was left behind at
C:\Program Files (x86)\NuGet\Config\ServiceFabricSDK.config
:The specified folder for the service fabric packages no longer exists, as indicated by the restore error. However, the service fabric feed is disabled in my nuget.config file at
C:\Users\daroth\AppData\Roaming\NuGet\NuGet.config
:So I don't think it should be used at all for restore.
The text was updated successfully, but these errors were encountered: