Microsoft.Data.OData
5.6.1
Prefix Reserved
Advisory: https://github.com/advisories/GHSA-mv2r-q4g5-j8q5 | Severity: high |
See the version list below for details.
dotnet add package Microsoft.Data.OData --version 5.6.1
NuGet\Install-Package Microsoft.Data.OData -Version 5.6.1
<PackageReference Include="Microsoft.Data.OData" Version="5.6.1" />
paket add Microsoft.Data.OData --version 5.6.1
#r "nuget: Microsoft.Data.OData, 5.6.1"
// Install Microsoft.Data.OData as a Cake Addin #addin nuget:?package=Microsoft.Data.OData&version=5.6.1 // Install Microsoft.Data.OData as a Cake Tool #tool nuget:?package=Microsoft.Data.OData&version=5.6.1
Classes to serialize, deserialize and validate OData payloads. Enables construction of OData producers and consumers. Targets .NET 4.0, Silverlight 4.0 or .NET Portable Lib with support for .NET 4.0, SL 4.0, Win Phone 7, and Win 8. 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. |
Silverlight | sl4 is compatible. sl5 was computed. |
-
- Microsoft.Data.Edm (= 5.6.1)
- System.Spatial (= 5.6.1)
GitHub repositories (109)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Data.OData:
Repository | Stars |
---|---|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
zkavtaskin/Domain-Driven-Design-Example
Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.
|
Version | Downloads | Last updated | |
---|---|---|---|
5.6.4 | 285,585 | 3/30/2015 | |
5.6.3 | 313,025 | 10/21/2014 | |
5.6.2 | 613,276 | 8/1/2014 | |
5.6.1 | 221,139 | 2/25/2014 | |
5.6.0 | 611,381 | 8/16/2013 | |
5.6.0-rc1 | 3,099 | 7/30/2013 | |
5.6.0-alpha1 | 2,958 | 6/28/2013 | |
5.5.0 | 69,540 | 5/30/2013 | |
5.5.0-rc1 | 3,002 | 5/14/2013 | |
5.5.0-alpha2 | 3,161 | 4/26/2013 | |
5.5.0-alpha1 | 2,855 | 4/9/2013 | |
5.4.0 | 55,178 | 4/2/2013 | |
5.4.0-rc1 | 2,942 | 3/19/2013 | |
5.3.0 | 54,833 | 2/18/2013 | |
5.3.0-rc1 | 3,039 | 1/31/2013 | |
5.2.0 | 536,611 | 12/17/2012 | |
5.2.0-rc1 | 4,370 | 12/3/2012 | |
5.1.0 | 3,666 | 11/7/2012 | |
5.1.0-rc2 | 2,857 | 9/21/2012 | |
5.1.0-rc1 | 273 | 7/11/2012 | |
5.0.2 | 12,177 | 8/29/2012 | |
5.0.2-rc | 149 | 8/15/2012 | |
5.0.1 | 8,303 | 5/18/2012 | |
5.0.1-rc | 151 | 5/8/2012 | |
5.0.0.50403 | 1,273 | 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.