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

( !! ) x does not work with remote folders #1750

Closed
ushenkodmitry opened this issue Dec 21, 2017 · 2 comments
Closed

( !! ) x does not work with remote folders #1750

ushenkodmitry opened this issue Dec 21, 2017 · 2 comments
Labels

Comments

@ushenkodmitry
Copy link

Description

By using something like !! ("\\server\folder" @@ "*.config"), i want to enumerate all config files placed in a remote folder. The files are there, but nothing is returned.

Repro steps

  1. Just try to enumerate files in any remote folder.

Expected behavior

I expect that files will be returned.

Actual behavior

Nothing returned.

Known workarounds

Directory.EnumerateFiles is working fine with remote folders.

Related information

  • Windows 10, Windows Server 2016 Standard
  • Fake 4.63.2 from nuget
  • Net Framework 4.5
@matthid
Copy link
Member

matthid commented Jan 27, 2018

@matthid matthid added the bug label Jan 27, 2018
matthid added a commit that referenced this issue May 18, 2018
- Test production deployment with fake-staging github user & repository on staging
- Fix #1750
- Fix another issue with globbing when the base directory name is a substring of the directory to glob into.
@matthid
Copy link
Member

matthid commented May 18, 2018

Ok I stumbled over a similar issue and decided to fix this as well. This should be fixed with RC014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants