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
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-12-21 18:41:17 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-21 18:43:42 +0300
commit453e9feace450de3042fdd343e65328f01d1c5e1 (patch)
tree19fee5382c2615eab8cb27edb7d3b12419120d3e /mcs/class/System.IO.Compression.FileSystem/corefx
parent71275496e8cc5593e52812da821ab17b144aea21 (diff)
[System.IO.Compression.ZipFile] Switch to corefx implementation
Diffstat (limited to 'mcs/class/System.IO.Compression.FileSystem/corefx')
-rw-r--r--mcs/class/System.IO.Compression.FileSystem/corefx/SR.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.IO.Compression.FileSystem/corefx/SR.cs b/mcs/class/System.IO.Compression.FileSystem/corefx/SR.cs
new file mode 100644
index 00000000000..0a253cb8916
--- /dev/null
+++ b/mcs/class/System.IO.Compression.FileSystem/corefx/SR.cs
@@ -0,0 +1,10 @@
+//
+// This file was generated by resx2sr tool
+//
+
+partial class SR
+{
+ public const string IO_DirectoryNameWithData = "Zip entry name ends in directory separator character but contains data.";
+ public const string IO_ExtractingResultsInOutside = "Extracting Zip entry would have resulted in a file outside the specified destination directory.";
+ public const string ArgumentException_BufferNotFromPool = "The buffer is not associated with this pool and may not be returned to it.";
+}