-
Notifications
You must be signed in to change notification settings - Fork 260
MockFileSystem created file don't exist #822
Copy link
Copy link
Closed
Labels
state: needs discussionIssues that need further discussionIssues that need further discussionstate: releasedIssues that are releasedIssues that are releasedtype: bugIssues that describe misbehaving functionalityIssues that describe misbehaving functionality
Description
Activity
Metadata
Metadata
Assignees
Labels
state: needs discussionIssues that need further discussionIssues that need further discussionstate: releasedIssues that are releasedIssues that are releasedtype: bugIssues that describe misbehaving functionalityIssues that describe misbehaving functionality
Describe the bug
From version 16.0.8 of System.IO.Abstractions.TestingHelpers when I create new file in MockFileSystem property Exist return false.
To Reproduce
Version 16.0.7 return True
Version 16.0.8 return False
Expected behavior
Property Exist should return True