dotnet / dotnet.github.io

The source for the dotnet.github.io site

Home Page:https://dotnet.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started should warn about credentials on nuget feeds

blackdwarf opened this issue · comments

As per dotnet/cli#1286, there is no support in NuGet xplat client for encrypted passwords. If users have a global NuGet.config file which has a feed with this, dotnet restore will blow up. The getting started guide needs to warn about this for now, until NuGet implements a better error.