Microsoft.Data.Services.Client
5.7.0
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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
See the version list below for details.
Install-Package Microsoft.Data.Services.Client -Version 5.7.0
dotnet add package Microsoft.Data.Services.Client --version 5.7.0
<PackageReference Include="Microsoft.Data.Services.Client" Version="5.7.0" />
paket add Microsoft.Data.Services.Client --version 5.7.0
#r "nuget: Microsoft.Data.Services.Client, 5.7.0"
// Install Microsoft.Data.Services.Client as a Cake Addin
#addin nuget:?package=Microsoft.Data.Services.Client&version=5.7.0
// Install Microsoft.Data.Services.Client as a Cake Tool
#tool nuget:?package=Microsoft.Data.Services.Client&version=5.7.0
Release Notes
New Features:
[GitHub issue #257] To support reading & writing undeclared properties in complex/entity type, OData client for .NET adds a new enum UndeclaredPropertyBehavior, and ODataLib addes ODataUndeclaredPropertyBehaviorKinds.SupportUndeclaredValueProperty.
Bug Fixes:
[GitHub issue #192] [By Soumyarupa De] Fix a global lock issue in RequestUriProcessor.
[GitHub issue #243] Fix a high CPU usage issue caused by CsdlSemanticsModel class.
[Github issue #149] [By maartenba] Only append parameter when it was provided in the first place.
Dependencies
-
- Microsoft.Data.OData (= 5.7.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Microsoft.Data.Services.Client:
| Package | Downloads |
|---|---|
|
NuGetGallery.Core
Core support library for NuGet Gallery Frontend and Backend
|
|
|
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.
|
|
|
WindowsAzure.Storage
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
|
|
|
Microsoft.Azure.ActiveDirectory.GraphClient
This is the .NET Client Library for Microsoft Azure Active Directory Graph API.
Learn more about Azure AD Graph API @ https://msdn.microsoft.com/Library/Azure/Ad/Graph/howto/azure-ad-graph-api-operations-overview.
NOTE: Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token. Find out more about Microsoft Graph @ http://graph.microsoft.com, and find the Microsoft Graph .Net Client Library @ https://www.nuget.org/packages/Microsoft.Graph and the open source code and further documentation @ https://github.com/microsoftgraph/msgraph-sdk-dotnet
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.
|