SharpCoreDB.Provider.Sync
2.1.0-RC.3
This is a prerelease version of SharpCoreDB.Provider.Sync.
dotnet add package SharpCoreDB.Provider.Sync --version 2.1.0-RC.3
NuGet\Install-Package SharpCoreDB.Provider.Sync -Version 2.1.0-RC.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpCoreDB.Provider.Sync" Version="2.1.0-RC.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpCoreDB.Provider.Sync" Version="2.1.0-RC.3" />
<PackageReference Include="SharpCoreDB.Provider.Sync" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SharpCoreDB.Provider.Sync --version 2.1.0-RC.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SharpCoreDB.Provider.Sync, 2.1.0-RC.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SharpCoreDB.Provider.Sync@2.1.0-RC.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SharpCoreDB.Provider.Sync&version=2.1.0-RC.3&prerelease
#tool nuget:?package=SharpCoreDB.Provider.Sync&version=2.1.0-RC.3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SharpCoreDB.Provider.Sync v2.1.0-RC.3
Dotmim.Sync Provider for SharpCoreDB
Bidirectional synchronization with SQL Server, PostgreSQL, MySQL, and SQLite - Phase 10.1 complete with enterprise conflict resolution.
Patch updates in v1.9.5 (archived; current release v2.1.0-RC.3)
- ✅ Parameterized query binding fixed (Issue #336): named-parameter binding is token-aware, so parameter names that are prefixes of others (e.g.
@tvs@tid) no longer corrupt the SQL. - ✅ Server parameter pass-through fixed (Issue #337):
request.Parametersare forwarded on gRPC, the binary (PostgreSQL) protocol and WebSocket. - ✅ ULID encoding is now standards-compliant: ULIDs follow the official Crockford Base32 spec and are interchangeable with Python/Java/Go implementations.
- ✅ NuGet dependencies updated to their latest stable versions.
- ✅ Aligned package metadata and version references to the synchronized 1.9.5 release line.
- ✅ Release automation now publishes all packable SharpCoreDB packages in CI/CD.
Features
- ✅ Phase 10.1 complete: Dotmim.Sync provider
- ✅ Bidirectional sync with SQL Server, PostgreSQL, MySQL, SQLite
- ✅ Shadow table change tracking
- ✅ Multi-tenant filtering for local-first AI agents
- ✅ Enterprise conflict resolution and compression
🚀 Key Features
- Bidirectional Sync: SharpCoreDB ↔ SQL Server/PostgreSQL/MySQL/SQLite
- Change Tracking: Shadow tables for incremental sync
- Multi-Tenant: Filter data by tenant for isolation
- Conflict Resolution: Automatic resolution with custom strategies
- Compression: 60-75% bandwidth reduction for large syncs
- Retry Logic: Enterprise-grade retry with exponential backoff
📊 Performance
- Initial Sync (1M rows): 45 seconds
- Incremental Sync (10K changes): <5 seconds
- Compression: 60-75% bandwidth reduction
- Throughput: 22K rows/sec (SQL Server → SharpCoreDB)
🎯 Use Cases
- Local-First AI Agents: Sync local SharpCoreDB with cloud SQL Server
- Offline-First Apps: Mobile/desktop with cloud sync
- Edge Computing: Edge devices syncing with central database
- Multi-Region: Regional databases syncing with central hub
💻 Quick Example
using Dotmim.Sync;
using SharpCoreDB.Provider.Sync;
var localProvider = new SharpCoreDBSyncProvider(localConnectionString);
var remoteProvider = new SqlSyncProvider(sqlConnectionString);
var agent = new SyncAgent(localProvider, remoteProvider,
new string[] { "Users", "Orders", "Products" });
var result = await agent.SynchronizeAsync();
Console.WriteLine($"Synced {result.TotalChangesDownloaded} changes from cloud");
📚 Documentation
📦 Installation
dotnet add package SharpCoreDB.Provider.Sync --version 2.1.0-RC.3
Requires: SharpCoreDB v1.9.5+, Dotmim.Sync.Core v1.3.0+
Version: 1.9.5 | Status: ✅ Production Ready | Phase: 10.1 Complete
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net11.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net11.0
- Dotmim.Sync.Core (>= 1.3.0)
- Microsoft.Data.Sqlite (>= 10.0.11)
- Microsoft.Extensions.DependencyInjection (>= 10.0.11)
- Microsoft.Extensions.Logging (>= 10.0.11)
- Microsoft.Extensions.ObjectPool (>= 10.0.11)
- SharpCoreDB (>= 2.1.0-RC.3)
- SharpCoreDB.Data.Provider (>= 2.1.0-RC.3)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 3.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0-RC.3 | 33 | 9/17/2026 |
| 2.0.0.3 | 85 | 9/12/2026 |
| 2.0.0.2 | 104 | 9/4/2026 |
| 2.0.0.1 | 92 | 9/1/2026 |
| 2.0.0 | 93 | 9/1/2026 |
| 2.0.0-preview.3 | 72 | 8/30/2026 |
| 1.9.9 | 101 | 8/30/2026 |
| 1.9.8 | 106 | 8/29/2026 |
| 1.9.7 | 104 | 8/29/2026 |
| 1.9.6 | 95 | 8/28/2026 |
| 1.9.5 | 106 | 8/27/2026 |
| 1.9.4 | 104 | 8/22/2026 |
| 1.9.3 | 125 | 7/28/2026 |
| 1.9.2 | 138 | 6/7/2026 |
| 1.9.1 | 117 | 5/21/2026 |
| 1.9.0 | 127 | 5/20/2026 |
| 1.8.0 | 126 | 4/29/2026 |
| 1.7.2 | 129 | 4/28/2026 |
| 1.7.1 | 127 | 4/26/2026 |
| 1.6.0 | 145 | 3/23/2026 |
Loading failed