This is a side-effect of us using inotify as the underlying implemenation for FileSystemWatcher on Linux. inotify doesn't have an option to only raise events for files or only raise events for directories, so we have to allow events for both to be raised regardless of NotifyFilters.