Are you basically stating that the EntryStream doesn't dispose properly? What does your entry.Close method do?
I agree that the resources should be released predictably. I thought the entry classes were lightweight enough to not need an explicit Dispose or Close. I guess it's my mistake as I believe I do open FileStreams even though I'm not using them.
This is a valid concern and one I will attempt to fix in the future. However, I am very time limited and don't often get time to do big features/fixes.
I agree that the resources should be released predictably. I thought the entry classes were lightweight enough to not need an explicit Dispose or Close. I guess it's my mistake as I believe I do open FileStreams even though I'm not using them.
This is a valid concern and one I will attempt to fix in the future. However, I am very time limited and don't often get time to do big features/fixes.