Microsoft.Data.Services.Client 5.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Data.Services.Client --version 5.6.1
                    
NuGet\Install-Package Microsoft.Data.Services.Client -Version 5.6.1
                    
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.Data.Services.Client" Version="5.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Data.Services.Client" Version="5.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Data.Services.Client" />
                    
Project file
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 Microsoft.Data.Services.Client --version 5.6.1
                    
#r "nuget: Microsoft.Data.Services.Client, 5.6.1"
                    
#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 Microsoft.Data.Services.Client@5.6.1
                    
#: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=Microsoft.Data.Services.Client&version=5.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Data.Services.Client&version=5.6.1
                    
Install as a Cake Tool

LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0, Silverlight 4.0 or .NET Portable Lib with support for .NET 4.5, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4 is compatible.  sl5 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Microsoft.Data.Services.Client:

Package Downloads
Microsoft.Data.Services

Fully-featured server API for responding to OData queries and consuming/producing OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

Microsoft.Azure.ActiveDirectory.GraphClient

NET Client Library for Microsoft Azure Active Directory Graph API. Learn more about Azure AD Graph API @ http://msdn.microsoft.com/en-us/library/azure/hh974476.aspx. Usage information is available on our AAD Graph blog @ http://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet.

windowsazure.mediaservices

This package contains Windows Azure Media Service library 3.5.2.0 for .NET.

NServiceBus.Azure

Azure support for NServicebus

NuGetGallery.Core

Core support library for NuGet Gallery Frontend and Backend

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.8.4 37,512 3/6/2021
5.8.3 83 3/6/2021
5.8.2 5,288 3/6/2021
5.8.1 84 3/6/2021
5.8.0 9 3/6/2021
5.8.0-beta 2 3/6/2021
5.7.0 21,430 11/20/2015
5.7.0-rc 1,264 10/30/2015
5.7.0-beta 2,077 9/10/2015
5.6.5-beta 5,318 6/26/2015
5.6.4 412,957 3/30/2015
5.6.3 214,365 10/21/2014
5.6.2 617,501 8/1/2014
5.6.1 167,314 2/25/2014
5.6.0 566,740 8/16/2013
5.6.0-rc1 514 7/30/2013
5.6.0-alpha1 611 6/29/2013
5.5.0 25,459 5/30/2013
5.5.0-rc1 340 5/14/2013
5.5.0-alpha2 326 4/26/2013
Loading failed

What is in the release:

Bug fixes
1. Fixed a bug where empty action parameter payloads was not supported, even when the parameters are optional.
2. Fixed a bug where client generates invalid payload when user calls AddLink multiple times.
3. Fixed a bug where the client could not deserialize action/functions in the JSON format when they are not declared in model.
4. Fixed a bug where calling AddQueryOption() with same system query option will cause duplication.
5. Fixed a bug where the client response pipeline will throw when the entry is null.
6. Fixed a bug where client didn’t set the response body to empty on some batch payloads.
7. Fixed a bug where DateTimeOffset is not encoded correctly in URL.