jordanlytle / SmbAbstraction

Implements the System.IO.Abstractions interfaces for interacting with the filesystem, and adds support for interacting with UNC or SMB paths
MIT License
6 stars 8 forks source link

Nuget seems to be missing fixes for #15 #18

Closed skether closed 4 years ago

skether commented 4 years ago

This is a follow up for #15. I updated the nuget version to 1.0.11 and later 1.1.0 and the problem persists. I cloned the repo and tested directly in the solution there and the fix works as expected, (I was able to reproduce the issue by rolling back to 975e9e4454b7ef65d4019b52933f63b7c522f1e4). It seems to me that the nugets were built from an older commit.

Thanks in advance!

Jo0 commented 4 years ago

Terribly sorry about that. I just published version 1.1.1, which I ensured was off of a fresh build, and pulled it down locally. Re-tested with your snippet from issue #15, looks like things are good now.

skether commented 4 years ago

I tested version 1.1.1 and the fix works as expected. Thank you!