-
-
Notifications
You must be signed in to change notification settings - Fork 12
fix: Incorrect Renamed event args on unix #919
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
Conversation
|
@vbreuss implemented the correct behaviors, tho one problem I have with windows are the |
|
@stogle fyi |
|
MacOs fails because the file watcher receives the arrange make dir, I'll take a look on monday |
|
@vbreuss would be done with the fix Regarding the Mac edge-case, were old events matching the filter will be invoked, it's reliable to get, but not exactly documented to simuate it, or I just haven't found it. Unfortunatly I do not own a Mac and cannot test/investigate that |
vbreuss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I didn't realize how many edge-cases we could/should consider. I'm impressed that you got it working (I already gave up on it 👍).
Source/Testably.Abstractions.Testing/FileSystem/FileSystemWatcherMock.cs
Outdated
Show resolved
Hide resolved
Source/Testably.Abstractions.Testing/FileSystem/FileSystemWatcherMock.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.Windows.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.Windows.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.Windows.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.Windows.cs
Outdated
Show resolved
Hide resolved
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/MoveTests.cs
Outdated
Show resolved
Hide resolved
…erties and fixed for mac
…nts with Debug.Assert
693e437 to
721c491
Compare
|
now I remember why the |
I'm on it! |
|
This is addressed in release v5.0.3. |
#899 Regression