"SyncChanges" on linux
Has anyone tried running "SyncChanges" on linux without graphics? Is this even possible? Any recommendations?
Though I haven't actually tried it, SyncChanges.Console targets .NET 5.0 and should run on Linux just fine.
I tried running the unit tests on AppVeyor's Linux image (which has SQL Server), but unfortunately LocalDB is not supported on Linux.
The service (SyncChanges.Service) OTOH targets net461 and uses Windows specific classes from .NET Framework.
If you encounter any issues, please report here (or open a new issue) and I'll try and fix them.
Thanks for your feedback. I checked Sync Changes works great on linux! I installed on OS linux debian 9.9 (stretch) the following software suite:
- Mono 6.12.0.122
- Microsoft SQL Server Express 2017 (14)
- SyncChanges And got a full-fledged replication!
@lichnost3d Awesome! Thanks for testing and your feedback!