From 2be5e84f874a2d15ee3f091130a3e22e479eb700 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Fri, 8 Apr 2016 19:42:16 -0700 Subject: [PATCH] Update known-issues.md (#1862) Add the section on Win7 timeout issue. --- Documentation/known-issues.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/known-issues.md b/Documentation/known-issues.md index 735164987..29af92b03 100644 --- a/Documentation/known-issues.md +++ b/Documentation/known-issues.md @@ -1,6 +1,17 @@ Known issues & workarounds ========================== +## `dotnet restore` times out on Win7 x64 +If you have Virtual Box and you try to use the CLI on a Win7 x64 machine, `dotnet restore` will be really slow and will eventually time out without doing much restoring. + +**Issues tracking this:** + +* [#1732](https://github.com/dotnet/cli/issues/1732) + +**Affects:** `dotnet restore` + +**Workaround:** disable the VirtualBox network interface and do the restore. + ## Resolving the Standard library packages The StdLib package is on a MyGet feed. In order to restore it, a MyGet feed needs to be added to the NuGet feeds, either locally per application or in a central location.