xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
817 stars 61 forks source link

PhysicalFileSystem.Dispose() throws on disposed file system. #35

Closed shmuelie closed 4 years ago

shmuelie commented 5 years ago

Calling Dispose should never throw, even if the object is already disposed.

xoofx commented 5 years ago

Indeed, PR welcome

shmuelie commented 4 years ago

Fixed 😁