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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-27[System.IO.Compression.FileSystem] Switch tests to use embedded test resourcesAlexander Köplinger
2018-01-25[System.IO.Compression.FileSystem] Improve ZipCreateFromEntryChangeTimestamp ↵Alexander Köplinger
test `entry.LastWriteTime` is an unspecified/local DateTime but we're comparing it against `date` which is in UTC. This could lead to issues where the Day isn't matching when running the test around midnight. Examples: https://github.com/xamarin/maccore/issues/597 https://jenkins.mono-project.com/job/xamarin-android-pr-builder/2387/testReport/Xamarin.Android.Bcl_Tests,%20MonoTests.System.IO.Compression.FileSystem/ZipArchiveTests/ZipCreateFromEntryChangeTimestamp___Debug/
2017-11-03[Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938)Manuel de la Pena
Not using a temp file returns in an exception on iOS devices as per bug 60482.
2016-05-27[System.IO.Compression.FileSystem] Fixed date time when creating Zip entries ↵Joao Matos
from filesystem files.
2014-08-08Implemented System.IO.Compression.FileSystem.João Matos