Closed d2dyno1 closed 6 months ago
I'll get this reviewed to ship, but we need to update the CommonTests to include checks for this. If this issue is in more than one place, we'll be able to squash it across all implementations in one go.
I'll get this reviewed to ship, but we need to update the CommonTests to include checks for this. If this issue is in more than one place, we'll be able to squash it across all implementations in one go.
Could this be shipped first before adding the tests? It's kind of a blocking issue and tests can be added later @Arlodotexe
@d2dyno1 I added some very basic tests over in this PR on your fork. The changes should appear in this PR once you merge and close that PR.
Unfortunately, these tests don't pass locally. That means there's still something wrong with the SystemFolderWatcher
that we aren't catching. Feel free to inspect the tests and the code we're testing, see what you can find.
@Arlodotexe All checks now pass
This PR fixes an issue with the
SystemFolderWatcher
implementation where the underlying .NET'sFileSystemWatcher
did not enable raising events.This critical bug prevented capturing any file system events whatsoever.