AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Investigate changing the FilesystemEnumerator to use an IList instead of IEnumerable #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since try/catches can't be done in an IEnumerable, we can't catch an error
at its source.

Original issue reported on code.google.com by longueur...@gmail.com on 26 Mar 2008 at 2:02

GoogleCodeExporter commented 9 years ago
Change retrieving filesystem objects to use ILists instead of IEnumerable -- it 
will
potentially take up more memory, however, try/catch will work correctly when
retrieving data. r356.

Original comment by longueur...@gmail.com on 31 Mar 2008 at 1:41