seligam
Results
2
issues of
seligam
same problem is also with ionic.zip.dll 1.9.1.8 when zip file is incomplete in just the right way then row using (ZipFile zipFile = new ZipFile("file.zip)) writes Exception thrown: 'Ionic.Zip.BadReadException' in...
up-for-grabs
bug
hi for my experiments I already added it like this (additional constructor) ``` public CsvDataReader(string fileName, string separator, string[] columns) { if (!File.Exists(fileName)) throw new FileNotFoundException(); _stream = new StreamReader(fileName);...
enhancement