An open API service indexing awesome lists of open source software.

https://github.com/nbaua/cs-win-fs-watcher

C# .Net Core File System Watcher With UI Thread Management
https://github.com/nbaua/cs-win-fs-watcher

csharp filesystem filesystem-monitoring filesystem-watcher filesystemwatcher fs net netcore netcore5 thread-safe watcher

Last synced: 7 months ago
JSON representation

C# .Net Core File System Watcher With UI Thread Management

Awesome Lists containing this project

README

          

# cs-win-fs-watcher
C# .Net Core File System Watcher With UI Thread Management

### Why?
Recently I built a online front-end and corresponding mobile app for a project which had many JSON test data files genrated.
I created a JSON merging utility which work like a charm.
However I wanted to process few files exculsivly to be updated in certain way and genrate weired test data.
So this FS watcher came to rescue. Of course it does not contain the custom logic I needed for my project.
I just provides the barebones for you to get started.

### Preview
![App in Action](https://github.com/nbaua/cs-win-fs-watcher/blob/master/screenshot/watchhhh.png)