Microsoft.Data.Services 5.6.0

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

// Install Microsoft.Data.Services as a Cake Tool
#tool nuget:?package=Microsoft.Data.Services&version=5.6.0

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.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

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

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

Server API for responding to OData queries and consuming/producing OData payloads based on entity framework version 6.0 or higher Supports OData v3. Targets .NET 4.0.

DevExpress.Xpo.Extensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. With XPO, you can build applications that work with multiple database systems without making any changes to your code. More than a dozen of today's most popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle.

MongOData

MongoDB OData provider

NCodeFactory.Toolkit.Data

Description

OpenResKit.ODataHost

This assembly sets up and delivers the OData and WCF webservices.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Data.Services:

Repository Stars
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
rstropek/Samples
Windows-XAML/201505-MVA
azureautomation/azure-automation-ise-addon
The Azure Automation PowerShell ISE Add-On makes it easy to author and test your runbooks in your local PowerShell ISE
pcibraro/hawknet
Hawk protocol implementation for .NET
Version Downloads Last updated
5.8.5 154,408 11/12/2021
5.8.4 811,029 8/14/2018
5.8.3 223,237 9/8/2017
5.8.1 87,928 11/8/2016
5.8.0 7,109 10/31/2016
5.8.0-beta 1,257 9/30/2016
5.7.0 319,837 11/20/2015
5.7.0-rc 1,708 10/30/2015
5.7.0-beta 2,404 9/10/2015
5.6.5-beta 23,331 6/26/2015
5.6.4 443,198 3/30/2015
5.6.3 46,373 10/21/2014
5.6.2 159,775 8/4/2014
5.6.1 56,123 2/25/2014
5.6.0 239,828 8/16/2013
5.6.0-rc1 1,545 7/30/2013
5.6.0-alpha1 1,728 6/29/2013
5.5.0 32,836 5/30/2013
5.5.0-rc1 1,376 5/14/2013
5.5.0-alpha2 1,308 4/26/2013
5.5.0-alpha1 1,229 4/9/2013
5.4.0 17,841 4/2/2013
5.4.0-rc1 1,282 3/19/2013
5.3.0 63,501 2/18/2013
5.3.0-rc1 1,957 1/31/2013
5.2.0 12,971 12/17/2012
5.2.0-rc1 1,437 12/3/2012
5.1.0 10,318 11/7/2012
5.1.0-rc2 2,031 9/21/2012
5.1.0-rc1 2,191 7/11/2012
5.0.2 30,036 8/29/2012
5.0.2-rc 1,356 8/15/2012
5.0.1 44,329 5/18/2012
5.0.1-rc 1,556 5/8/2012
5.0.0.50403 67,804 4/11/2012

What is in the release:

Visual Studio 2013 Support

The WCF DS 5.6.0 tooling installer has support for Visual Studio 2013. If you are using Visual Studio 2013 and would like to consume OData services, you can use this tooling installer to get Add Service Reference support for OData. Should you need to use one of our prior runtimes, you can still do so using the normal NuGet package management commands (you will need to uninstall the installed WCF DS NuGet packages and install the older WCF DS NuGet packages).

Portable Libraries

All of our client-side libraries now have portable library support. This means that you can now use the new JSON format in Windows Phone and Windows Store apps. The core libraries have portable library support for .NET 4.0, Silverlight 5, Windows Phone 8 and Windows Store apps. The WCF DS client has portable library support for .NET 4.5, Silverlight 5, Windows Phone 8 and Windows Store apps. Please note that this version of the client does not have tombstoning, so if you need that feature for Windows Phone apps you will need to continue using the Windows Phone-specific tooling.

URI Parser Integration

The URI parser is now integrated into the WCF Data Services server bits, which means that the URI parser is capable of parsing any URL supported in WCF DS. We have also added support for parsing functions in the URI Parser.

Public Provider Improvements - Reverted

In the 5.5.0 release we started working on making our providers public. In this release we hoped to make it possible to override the behavior of included providers with respect to properties that don’t have native support in OData v3, for instance enum and spatial properties. Unfortunately we ran into some non-trivial bugs with $select and $orderby and needed to cut the feature for this release.

Public Transport Layer

In the 5.4.0 release we added the concept of a request and response pipeline to WCF Data Service Client. In this release we have made it possible for developers to directly handle the request and response streams themselves. This was built on top of ODataLib's IODataRequestMessage and IODataResponseMessage framework that specifies how requests and responses are sent and recieved. With this addition developers are able to tweak the request and response streams or even completely replace the HTTP layer if they so desire. We are working on a blog post and sample documenting how to use this functionality.

Breaking Changes

In this release we took a couple of breaking changes. As these bugs are tremendously unlikely to affect anyone, we opted not to increment the major version number but we wanted everyone to be aware of what they were:
- Developers using the reading/writing pipeline must write to Entry rather than Entity on the WritingEntryArgs
- Developers should no longer expect to be able to modify the navigation property source in OnNavigationLinkStarting and OnNavigationLinkEnding
- Developers making use of the DisablePrimitiveTypeConversion knob may see a minor change in their JSON payloads; the knob previously only worked for the ATOM format

Bug Fixes

- Fixes a performance issue with models that have lots of navigation properties
- Fixes a performance issue with the new JSON format when creating or deleting items
- Fixes a bug where DisablePrimitiveTypeConversion would cause property type annotations to be ignored in the new JSON format
- Fixes a bug where LoadProperty does not remove elements from a collection after deleting a link
- Fixes an issue where the URI Parser would not properly bind an action to a collection of entities
- Improves some error messages

Known Issues

The NuGet runtime in Visual Studio needs to be 2.0+ for Add Service Reference to work properly. If you are having issues with Add Service Reference in Visual Studio 2012, please ensure that NuGet is up-to-date.