I've just released SharpSync, my pure .NET file synchronization library supporting multiple storage backends with bidirectional sync, conflict resolution, and progress reporting. It is needed for a future project I'm now working on, but I decided to #OpenSource it.
#GitHub: https://github.com/Oire/SharpSync
#NuGet: https://www.nuget.org/packages/Oire.SharpSync/1.0.0
#CSharp #DotNet #FileSync #Library