billgraziano / CsvDataReader

Fast streaming CSV file reader for PowerShell impleted as a DataReader.
40 stars 22 forks source link

Dispose() method is missing (files remain locked until PowerShell is closed #9

Closed joesuffceren closed 9 years ago

joesuffceren commented 9 years ago

The code and sample script mentions a dispose() method, but that method doesn't seem to be present in the published DLL. Without the dispose method (even if reader.close() is called), the CSV files remain locked until the PowerShell window is closed. image

billgraziano commented 9 years ago

I also received this:

Hi! I just wanted you to know that the CsvDataReader doesn't release the file handle so you can't move the file to an archive folder. I would put in a pull request in github, but had to use a newer version of VS in my edit.

joesuffceren commented 9 years ago

hey, Bill! Happy to see some activity on this project! I love it and appreciate the work you've done with it. If you need any more info from me on this or the other reports I've logged, please let me know, and I'd be happy to provide info, test releases, etc.