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

Wrong behaviour in Directory.EnumerateFileSystemInfos #136

Closed
SebastianRoether opened this issue Sep 7, 2015 · 1 comment
Closed

Wrong behaviour in Directory.EnumerateFileSystemInfos #136

SebastianRoether opened this issue Sep 7, 2015 · 1 comment

Comments

@SebastianRoether
Copy link

GetFileSystemInfos("*", SearchOption.AllDirectories) includes files while EnumerateFileSystemInfos("*", SearchOption.AllDirectories) does not.

They should only differ in eager/lazy loading of files which is not relevant for mocking (see https://msdn.microsoft.com/de-de/library/dd383689(v=vs.110).aspx)

@martindevans
Copy link
Contributor

This should be fixed with my PR

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

No branches or pull requests

2 participants