-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
FakeFileSystem throws on linux, when it is created on a Windows FakeEnvironment #4322
Comments
Cause of the problem: When the cake/src/Cake.Testing/FakeFileSystem.cs Line 23 in 06e82a7
The cake/src/Cake.Testing/FakeFileSystemTree.cs Lines 31 to 34 in 06e82a7
Now, Line 98 in 06e82a7
cake/src/Cake.Core/IO/PathHelper.cs Line 13 in 06e82a7
And Thus, the cake/src/Cake.Testing/FakeEnvironment.cs Line 86 in 06e82a7
is checked for On my linux system, |
(#4322) Removed check for OS on PathHelper.IsRooted
🎉 This issue has been resolved in version v4.1.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Prerequisites
Cake runner
Cake .NET Tool
Cake version
4.0.0
Operating system
Linux
Operating system architecture
64-Bit
CI Server
No response
What are you seeing?
demo code
error
What is expected?
I expect no error to occur.
Steps to Reproduce
Output log
No response
The text was updated successfully, but these errors were encountered: