Microsoft.Datasync.Client 6.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.Datasync.Client --version 6.1.0
NuGet\Install-Package Microsoft.Datasync.Client -Version 6.1.0
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="Microsoft.Datasync.Client" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Datasync.Client --version 6.1.0
#r "nuget: Microsoft.Datasync.Client, 6.1.0"
#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.
// Install Microsoft.Datasync.Client as a Cake Addin
#addin nuget:?package=Microsoft.Datasync.Client&version=6.1.0

// Install Microsoft.Datasync.Client as a Cake Tool
#tool nuget:?package=Microsoft.Datasync.Client&version=6.1.0

Azure Mobile Apps

MIT license Build Status NuGet Version

Azure Mobile Apps (also known as the Microsoft Datasync Framework) is a set of client and server libraries for adding authenticated data access and offline synchronization to your mobile applications.

Currently, we support:

  • Server: ASP.NET Core for .NET 6.
  • Client: .NET Standard 2.0 and .NET 6.

The client platforms that support .NET Standard 2.0 and .NET 6 include:

  • AvaloniaUI
  • .NET MAUI
  • Uno Platform
  • Windows (UWP, WinUI3, WPF)
  • Xamarin Forms
  • Xamarin Native (Android and iOS)

Blazor and Unity are known to have issues with offline support since neither supports Sqlite natively.

To get started, take a look at our documentation.

The older (v4.2.0 and earlier) libraries are retired and no longer supported. You can find the source code in the archive branch.

Libraries

.NET (sdk/dotnet)

The server-side library uses ASP.NET Core 6.0 and provides stores for in-memory data, LiteDb, and Entity Framework Core.

Released and supported versions of the library will be distributed by the normal NuGet mechanism:

Package Version Downloads
Microsoft.AspNetCore.Datasync Core Library Version Core Library Downloads
Microsoft.AspNetCore.Datasync.Abstractions Abstractions Library Version Abstractions Library Downloads
Microsoft.AspNetCore.Datasync.EFCore EFCore Library Version EFCore Library Downloads
Microsoft.AspNetCore.Datasync.InMemory InMemory Library Version InMemory Library Downloads
Microsoft.AspNetCore.Datasync.LiteDb LiteDb Library Version LiteDb Library Downloads
Microsoft.AspNetCore.Datasync.NSwag NSwag Library Version LiteDb Library Downloads
Microsoft.AspNetCore.Datasync.Swashbuckle Swashbuckle Library Version LiteDb Library Downloads
Microsoft.Datasync.Client Client Library Version Client Library Downloads
Microsoft.Datasync.Client.SQLiteStore SQLiteStore Library Version SQLiteStore Library Downloads

Templates

We provide a template for use with dotnet new. The template pre-configures ASP.NET Core, Entity Framework Core, and the Datasync Server libraries. To install the template:

dotnet new -i Microsoft.AspNetCore.Datasync.Template.CSharp

To create a server, use dotnet new:

mkdir My.Datasync.Server
cd My.Datasync.Server
dotnet new datasync-server

Documentation

You can find the latest documentation on docs.microsoft.com. Additional information will be added to the repository Wiki when appropriate.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Datasync.Client:

Package Downloads
Microsoft.Datasync.Client.SQLiteStore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An offline store for the Microsoft Datasync Framework built on SQLite. Formally known as Azure Mobile Apps

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.Datasync.Client:

Repository Stars
Azure/azure-mobile-apps
Build better mobile applications using Azure Mobile Apps
Version Downloads Last updated
6.1.0 4,688 2/2/2024
6.0.8 2,651 1/12/2024
6.0.7 2,451 12/15/2023
6.0.6 5,248 11/22/2023
6.0.5 1,514 11/3/2023
6.0.4 1,552 10/13/2023
6.0.3 5,136 10/6/2023
6.0.2 542 9/25/2023
6.0.1 1,442 9/15/2023
6.0.0 1,903 9/7/2023
5.1.8 1,916 8/26/2023
5.1.7 588 8/22/2023
5.1.6 8,821 6/23/2023
5.1.5 7,186 5/26/2023
5.1.4 3,681 5/11/2023
5.1.3 7,633 3/14/2023
5.1.2 1,368 2/28/2023
5.1.1 5,137 2/18/2023
5.1.0 4,117 2/10/2023
5.0.21 5,362 2/4/2023
5.0.20 11,317 1/8/2023
5.0.18 2,269 12/17/2022
5.0.17 616 12/15/2022
5.0.15 498 12/14/2022
5.0.14 572 12/14/2022
5.0.13 545 12/8/2022
5.0.12 10,776 9/30/2022
5.0.11 2,229 8/19/2022
5.0.10 990 8/5/2022
5.0.9 6,169 7/8/2022
5.0.6 1,581 6/25/2022
5.0.5 904 6/17/2022
5.0.4 953 6/11/2022
5.0.3 838 6/1/2022
5.0.2 714 5/31/2022
5.0.1 790 5/24/2022
5.0.0 857 5/6/2022
5.0.0-preview.1 109 1/7/2023
5.0.0-beta.12 182 4/8/2022
5.0.0-beta.11 162 12/8/2021
5.0.0-beta.10 143 11/22/2021
5.0.0-beta.8 147 11/8/2021
5.0.0-beta.7 161 11/8/2021
5.0.0-beta.6 330 11/6/2021