Microsoft.Data.Services
5.6.1
See the version list below for details.
dotnet add package Microsoft.Data.Services --version 5.6.1
NuGet\Install-Package Microsoft.Data.Services -Version 5.6.1
<PackageReference Include="Microsoft.Data.Services" Version="5.6.1" />
paket add Microsoft.Data.Services --version 5.6.1
#r "nuget: Microsoft.Data.Services, 5.6.1"
// Install Microsoft.Data.Services as a Cake Addin #addin nuget:?package=Microsoft.Data.Services&version=5.6.1 // Install Microsoft.Data.Services as a Cake Tool #tool nuget:?package=Microsoft.Data.Services&version=5.6.1
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 | Versions 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. |
-
- Microsoft.Data.Services.Client (= 5.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (6)
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
|
|
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
|
|
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
|
Version | Downloads | Last updated |
---|---|---|
5.8.4 | 37,477 | 3/6/2021 |
5.8.3 | 8 | 3/6/2021 |
5.8.1 | 4 | 3/6/2021 |
5.8.0 | 0 | 3/6/2021 |
5.8.0-beta | 0 | 3/6/2021 |
5.7.0 | 1,498 | 11/20/2015 |
5.7.0-rc | 257 | 10/30/2015 |
5.7.0-beta | 675 | 9/10/2015 |
5.6.5-beta | 2,554 | 6/26/2015 |
5.6.4 | 16,778 | 3/30/2015 |
5.6.3 | 16,213 | 10/21/2014 |
5.6.2 | 12,954 | 8/4/2014 |
5.6.1 | 17,524 | 2/25/2014 |
5.6.0 | 72,758 | 8/16/2013 |
5.6.0-rc1 | 281 | 7/30/2013 |
5.6.0-alpha1 | 406 | 6/29/2013 |
5.5.0 | 11,309 | 5/30/2013 |
5.5.0-rc1 | 251 | 5/14/2013 |
5.5.0-alpha2 | 233 | 4/26/2013 |
5.5.0-alpha1 | 175 | 4/9/2013 |
5.4.0 | 6,473 | 4/2/2013 |
5.4.0-rc1 | 216 | 3/19/2013 |
5.3.0 | 5,267 | 2/18/2013 |
5.3.0-rc1 | 574 | 1/31/2013 |
5.2.0 | 7,222 | 12/17/2012 |
5.2.0-rc1 | 244 | 12/3/2012 |
5.1.0 | 6,690 | 11/7/2012 |
5.1.0-rc2 | 759 | 9/21/2012 |
5.1.0-rc1 | 748 | 7/11/2012 |
5.0.2 | 6,817 | 8/29/2012 |
5.0.2-rc | 154 | 8/15/2012 |
5.0.1 | 2,907 | 5/18/2012 |
5.0.1-rc | 307 | 5/8/2012 |
5.0.0.50403 | 1,997 | 4/11/2012 |
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.