Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PhysicalFileSystem on .NET Framework 4.* #60

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

Jcw87
Copy link
Contributor

@Jcw87 Jcw87 commented Aug 16, 2021

Attempting to use PhysicalFileSystem.EnumerateItems on .NET Framework 4.7.2 will throw a FileNotFoundException. This is caused by attempting to read FileInfo.Length on directories. This pull requests fixes the issue, and enables the Zio.Tests project for .NET Framework 4.7.2 to catch similar issues in the future.

@xoofx xoofx merged commit 9daaaee into xoofx:master Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants