dotnet.github.io
dotnet.github.io copied to clipboard
Getting Started should warn about credentials on nuget feeds
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.