Description
Is your feature request related to a problem? Please describe.
Idea #376
Describe the solution you'd like
Pull requests, espcially initial ones, can take some time, so it would be great if we could inform the user of progress.
This requires a reporting of progress.
Describe alternatives you've considered
I've counted the rows on tables every 5 seconds, but only gives an idea during initial sync and is slowing down synchronization itself due to concurrent database access.
Additional context
The Microsoft DataSyncClient has a SynchronizationProgress event. It would be nice if something similar could be implemented.