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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@xamarin.com>2016-06-14 19:46:42 +0300
committerMatt Ward <matt.ward@xamarin.com>2016-06-14 21:02:03 +0300
commita684f790c8dd19536c7dfff1fa0b1122344b0353 (patch)
treeb98ce1c0809dc504222b9a0aa4f55e8f4b61cc21 /main/external/nuget-binary
parent60e9cf6fb8d28a3108fa344dbfb4d33956eb37f1 (diff)
[NuGet] Fix being unable install certain NuGet packages.
Fixed bug #41680 - Package are not downloaded automatically on creation of android project. https://bugzilla.xamarin.com/show_bug.cgi?id=41680 Certain NuGet packages when attempting to install them into a project would fail with the error: The UTC time represented when the offset is applied must be between year 0 and 10,000. This would occur if the current time zone is a positive offset from UTC. This also only occurs for certain NuGet packages such as XamarinComponent version 1.1.0.32. A workaround has been added to NuGet itself to catch the ArgumentOutOfRangeException that is thrown when the LastWriteTime is retrieved from the zip archive entry. Previously NuGet would only catch this exception when trying to write the file's last write time.
Diffstat (limited to 'main/external/nuget-binary')
m---------main/external/nuget-binary0
1 files changed, 0 insertions, 0 deletions
diff --git a/main/external/nuget-binary b/main/external/nuget-binary
-Subproject c400e3cf70578f033ef011e94bbe61d0847ac23
+Subproject 19e66963339f94446db43541fd67908fed03fc0