I have a scenario where I run a UWP client application, a UWP IOT application and a .NET Core application using a shared code base.
In .NET Core RC1 I built a Class Library (Pac
System.IO.FileSystem.Watcher isn't currently supported in UWP. The modern SDK doesn't expose the underlying windows API (ReadDirectoryChanges) that we need to implement it.