Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/nuget-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <ward.matt@gmail.com>2016-08-24 13:53:34 +0300
committerMatt Ward <ward.matt@gmail.com>2016-08-24 13:53:34 +0300
commit1082f0f6956c8c083568aa993cea0172e274a9d1 (patch)
treebcfe77c0fcd6d25e1a9240be026017aeda018d0e
parent19e66963339f94446db43541fd67908fed03fc00 (diff)
[NuGet] Reduce the number of tasks ran in parallel when restoringnuget3-reduce-parallel-tasks
Reduced the number of parallel tasks from 16 down to 1. Xamarin Studio has a limited number of threadpool threads and the NuGet package restore can cause them to be all used and then the restore gets stuck and never ends.
-rw-r--r--NuGet.Client.dllbin12800 -> 12800 bytes
-rw-r--r--NuGet.Commands.dllbin141824 -> 141824 bytes
-rw-r--r--NuGet.Common.dllbin27648 -> 27648 bytes
-rw-r--r--NuGet.Configuration.dllbin56320 -> 56320 bytes
-rw-r--r--NuGet.ContentModel.dllbin23040 -> 23040 bytes
-rw-r--r--NuGet.Credentials.dllbin22016 -> 22016 bytes
-rw-r--r--NuGet.DependencyResolver.Core.dllbin41984 -> 41984 bytes
-rw-r--r--NuGet.DependencyResolver.dllbin14336 -> 14336 bytes
-rw-r--r--NuGet.Frameworks.dllbin83456 -> 83456 bytes
-rw-r--r--NuGet.Indexing.dllbin31744 -> 31744 bytes
-rw-r--r--NuGet.LibraryModel.dllbin18432 -> 18432 bytes
-rw-r--r--NuGet.Logging.dllbin5632 -> 5632 bytes
-rw-r--r--NuGet.PackageManagement.dllbin176128 -> 176128 bytes
-rw-r--r--NuGet.Packaging.Core.Types.dllbin15360 -> 15360 bytes
-rw-r--r--NuGet.Packaging.Core.dllbin13824 -> 13824 bytes
-rw-r--r--NuGet.Packaging.dllbin139776 -> 139776 bytes
-rw-r--r--NuGet.ProjectManagement.dllbin101888 -> 101888 bytes
-rw-r--r--NuGet.ProjectModel.dllbin66560 -> 66560 bytes
-rw-r--r--NuGet.Protocol.Core.Types.dllbin36352 -> 36352 bytes
-rw-r--r--NuGet.Protocol.Core.v2.dllbin37376 -> 37376 bytes
-rw-r--r--NuGet.Protocol.Core.v3.dllbin240640 -> 240640 bytes
-rw-r--r--NuGet.Protocol.VisualStudio.dllbin33280 -> 33280 bytes
-rw-r--r--NuGet.Repositories.dllbin7680 -> 7680 bytes
-rw-r--r--NuGet.Resolver.dllbin42496 -> 42496 bytes
-rw-r--r--NuGet.RuntimeModel.dllbin23552 -> 23552 bytes
-rw-r--r--NuGet.Versioning.dllbin28672 -> 28672 bytes
26 files changed, 0 insertions, 0 deletions
diff --git a/NuGet.Client.dll b/NuGet.Client.dll
index 7f6ec2a..e907de1 100644
--- a/NuGet.Client.dll
+++ b/NuGet.Client.dll
Binary files differ
diff --git a/NuGet.Commands.dll b/NuGet.Commands.dll
index ff66ad3..54b9768 100644
--- a/NuGet.Commands.dll
+++ b/NuGet.Commands.dll
Binary files differ
diff --git a/NuGet.Common.dll b/NuGet.Common.dll
index d3cf091..dcfe7e1 100644
--- a/NuGet.Common.dll
+++ b/NuGet.Common.dll
Binary files differ
diff --git a/NuGet.Configuration.dll b/NuGet.Configuration.dll
index ef11d45..2f0bff4 100644
--- a/NuGet.Configuration.dll
+++ b/NuGet.Configuration.dll
Binary files differ
diff --git a/NuGet.ContentModel.dll b/NuGet.ContentModel.dll
index 1d2753f..aa4316d 100644
--- a/NuGet.ContentModel.dll
+++ b/NuGet.ContentModel.dll
Binary files differ
diff --git a/NuGet.Credentials.dll b/NuGet.Credentials.dll
index 00e8623..2a4dff3 100644
--- a/NuGet.Credentials.dll
+++ b/NuGet.Credentials.dll
Binary files differ
diff --git a/NuGet.DependencyResolver.Core.dll b/NuGet.DependencyResolver.Core.dll
index 8a01b08..7d83ee4 100644
--- a/NuGet.DependencyResolver.Core.dll
+++ b/NuGet.DependencyResolver.Core.dll
Binary files differ
diff --git a/NuGet.DependencyResolver.dll b/NuGet.DependencyResolver.dll
index ff9c6f2..be91263 100644
--- a/NuGet.DependencyResolver.dll
+++ b/NuGet.DependencyResolver.dll
Binary files differ
diff --git a/NuGet.Frameworks.dll b/NuGet.Frameworks.dll
index fe0dab2..8e4ad8a 100644
--- a/NuGet.Frameworks.dll
+++ b/NuGet.Frameworks.dll
Binary files differ
diff --git a/NuGet.Indexing.dll b/NuGet.Indexing.dll
index bc96393..efbb230 100644
--- a/NuGet.Indexing.dll
+++ b/NuGet.Indexing.dll
Binary files differ
diff --git a/NuGet.LibraryModel.dll b/NuGet.LibraryModel.dll
index 1a00632..4196e1a 100644
--- a/NuGet.LibraryModel.dll
+++ b/NuGet.LibraryModel.dll
Binary files differ
diff --git a/NuGet.Logging.dll b/NuGet.Logging.dll
index af90b95..2a157ca 100644
--- a/NuGet.Logging.dll
+++ b/NuGet.Logging.dll
Binary files differ
diff --git a/NuGet.PackageManagement.dll b/NuGet.PackageManagement.dll
index 459ef0c..2632ee1 100644
--- a/NuGet.PackageManagement.dll
+++ b/NuGet.PackageManagement.dll
Binary files differ
diff --git a/NuGet.Packaging.Core.Types.dll b/NuGet.Packaging.Core.Types.dll
index 0e678b4..c5d5427 100644
--- a/NuGet.Packaging.Core.Types.dll
+++ b/NuGet.Packaging.Core.Types.dll
Binary files differ
diff --git a/NuGet.Packaging.Core.dll b/NuGet.Packaging.Core.dll
index 0761541..926c589 100644
--- a/NuGet.Packaging.Core.dll
+++ b/NuGet.Packaging.Core.dll
Binary files differ
diff --git a/NuGet.Packaging.dll b/NuGet.Packaging.dll
index f0a9e28..1c8212b 100644
--- a/NuGet.Packaging.dll
+++ b/NuGet.Packaging.dll
Binary files differ
diff --git a/NuGet.ProjectManagement.dll b/NuGet.ProjectManagement.dll
index 34b03c0..f5f5d94 100644
--- a/NuGet.ProjectManagement.dll
+++ b/NuGet.ProjectManagement.dll
Binary files differ
diff --git a/NuGet.ProjectModel.dll b/NuGet.ProjectModel.dll
index 1dd267a..676fe12 100644
--- a/NuGet.ProjectModel.dll
+++ b/NuGet.ProjectModel.dll
Binary files differ
diff --git a/NuGet.Protocol.Core.Types.dll b/NuGet.Protocol.Core.Types.dll
index 4c8168d..3189050 100644
--- a/NuGet.Protocol.Core.Types.dll
+++ b/NuGet.Protocol.Core.Types.dll
Binary files differ
diff --git a/NuGet.Protocol.Core.v2.dll b/NuGet.Protocol.Core.v2.dll
index b2d23bb..4ccbd62 100644
--- a/NuGet.Protocol.Core.v2.dll
+++ b/NuGet.Protocol.Core.v2.dll
Binary files differ
diff --git a/NuGet.Protocol.Core.v3.dll b/NuGet.Protocol.Core.v3.dll
index abadcb3..1ed79fa 100644
--- a/NuGet.Protocol.Core.v3.dll
+++ b/NuGet.Protocol.Core.v3.dll
Binary files differ
diff --git a/NuGet.Protocol.VisualStudio.dll b/NuGet.Protocol.VisualStudio.dll
index c65aa84..4a2b344 100644
--- a/NuGet.Protocol.VisualStudio.dll
+++ b/NuGet.Protocol.VisualStudio.dll
Binary files differ
diff --git a/NuGet.Repositories.dll b/NuGet.Repositories.dll
index 74a3e02..165c71d 100644
--- a/NuGet.Repositories.dll
+++ b/NuGet.Repositories.dll
Binary files differ
diff --git a/NuGet.Resolver.dll b/NuGet.Resolver.dll
index 158f5f1..19c278b 100644
--- a/NuGet.Resolver.dll
+++ b/NuGet.Resolver.dll
Binary files differ
diff --git a/NuGet.RuntimeModel.dll b/NuGet.RuntimeModel.dll
index 349e6bc..722c164 100644
--- a/NuGet.RuntimeModel.dll
+++ b/NuGet.RuntimeModel.dll
Binary files differ
diff --git a/NuGet.Versioning.dll b/NuGet.Versioning.dll
index d52a8a2..9c13f7c 100644
--- a/NuGet.Versioning.dll
+++ b/NuGet.Versioning.dll
Binary files differ