Microsoft.OData.Core 6.7.0

Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://odata.codeplex.com

Showing the top 20 packages that depend on Microsoft.OData.Core.

Packages Downloads
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .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. OData .NET library is open source at http://github.com/OData/odata.net
22
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
22
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
21
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
20
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
16
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
6
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
5
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
5
Microsoft.OData.Client
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.
5
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .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. OData .NET library is open source at http://github.com/OData/odata.net
5
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .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. OData .NET library is open source at http://github.com/OData/odata.net
4
Microsoft.Graph
Microsoft Graph API exposes multiple APIs from Microsoft cloud services through a single REST API endpoint. It exposes information about productivity entities and the relationships between these entities, enabling rich navigation between data. Queries that are very difficult before are now simple navigations using this API. Learn more at http://dev.office.com/unifiedAPIs
4
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
4

Features: 1. EdmLib supports a list of additional core vocabulary terms - IsLanguageDependent - RequiresType - ResourcePath - DereferenceableIDs - ConventionalIDs - Immutable - Computed - IsURL - AcceptableMediaTypes - MediaType - IsMediaType 2. EdmLib supports adding metadata annotations to elements in Edm model. 3. ODataLib supports computing Uri with KeyAsSegment convention for deserializing. 4. ODataUriParser supports Enum value as an entity key 5. ODataLib supports overriding default Uri parsing behavior, including: - Resolving property name - Resolving type name - Resolving navigation source name - Resolving operation import name - Resolving bound operation name - Resolving function parameters - Resolving entity set key - Resolving binary operator node elements We have also provided built-in implementations to enable following scenarios: 1) Case insensitive for built in identifiers, including: • In path segment $batch, $metadata, $count, $ref, $value • In query options $id, $select, $expand(including nested query options), $levels, $filter, $orderby, $skip, $top, $count, $search, max, asc, desc, any, all, contains, startswith, endswith, length, indexof, substring, tolower, toupper, trim, concat, year, month, day, hour, minute, second, fractionalseconds, totalseconds, totaloffsetminutes, mindatetime maxdatetime, now, and, or, eq, ne, lt, le, gt, ge, has, add, sub, mul, div, mod, not, round, floor, ceiling, isof, cast, geo.distance, geo.length, geo.intersects • $it, true, false, null, are not supported and should be case sensitive • AND, OR, NOT for $search are not supported and should be case sensitive 2) Case insensitive for user metadata, including : • EntitySet/Singleton Name • EntitySet key predicate name • Property Name • Type Name • FunctionImport name/parameter name • ActionImport name • Bound function name/parameter name • Bound action name 3) Unqualified function call, including: • Bound function call without namespace prefix • Bound action call without namespace prefix 4) Omitting Enum type name prefix for Enum value, including: • Omitting Enum type prefix in binary operator • Omitting Enum type prefix in entity set key value • Omitting Enum type prefix in function parameter Bug fixes: 1. Fixes a bug that DataServiceCollection<T> constructor runs into stack overflow when parameter T derives from a generic type of T. 2. Fixes a bug that Edm validator doesn't correctly report error when the Edm model contains dupped key properties.

Any 0.0

Version Downloads Last updated
8.2.1 1 11/15/2024
8.2.0 0 11/08/2024
8.1.0 0 10/17/2024
8.0.2 0 09/30/2024
8.0.1 0 08/19/2024
8.0.0 0 08/12/2024
8.0.0-rc.1 0 07/11/2024
8.0.0-preview.3 1 06/26/2024
8.0.0-preview.2 1 06/29/2024
8.0.0-preview.1 2 04/28/2024
7.21.6 0 11/08/2024
7.21.5 0 10/22/2024
7.21.4 0 09/30/2024
7.21.3 1 06/29/2024
7.21.2 1 06/29/2024
7.21.1 1 06/30/2024
7.21.0 2 04/28/2024
7.20.0 2 04/28/2024
7.19.0 3 04/28/2024
7.18.0 3 04/23/2024
7.17.0 3 04/28/2024
7.16.0 22 04/28/2024
7.15.0 23 04/28/2024
7.14.1 18 04/28/2024
7.14.0 3 04/28/2024
7.13.0 3 04/28/2024
7.12.5 4 04/28/2024
7.12.4 3 04/11/2024
7.12.3 18 04/28/2024
7.12.2 3 04/28/2024
7.12.1 2 04/28/2024
7.12.0 2 04/28/2024
7.11.1 3 04/28/2024
7.10.0 2 04/28/2024
7.9.4 3 04/28/2024
7.9.3 3 04/28/2024
7.9.2 3 04/28/2024
7.9.1 21 04/28/2024
7.9.0 20 04/28/2024
7.8.3 3 04/28/2024
7.8.2 3 04/28/2024
7.8.1 3 04/28/2024
7.7.3 3 04/28/2024
7.7.2 3 04/28/2024
7.7.1 3 04/28/2024
7.7.0 2 04/28/2024
7.7.0-beta 2 04/28/2024
7.6.4 3 04/28/2024
7.6.3 2 04/28/2024
7.6.2 3 04/28/2024
7.6.1 3 04/28/2024
7.6.1-beta 3 04/28/2024
7.6.0 20 04/28/2024
7.6.0-beta 2 04/28/2024
7.5.4 3 04/28/2024
7.5.3 2 04/28/2024
7.5.2 19 04/28/2024
7.5.1 2 04/28/2024
7.5.0 2 04/28/2024
7.4.4 19 04/19/2024
7.4.3 3 04/28/2024
7.4.1 3 04/28/2024
7.4.0 4 04/01/2024
7.4.0-beta3 2 04/28/2024
7.4.0-beta2 3 04/28/2024
7.4.0-beta 3 04/28/2024
7.3.1 2 04/28/2024
7.3.0 3 04/28/2024
7.3.0-beta 3 04/28/2024
7.2.0 2 04/28/2024
7.1.1 2 04/28/2024
7.0.0 2 04/28/2024
7.0.0-beta 5 04/28/2024
6.19.0 3 04/28/2024
6.18.0 3 04/28/2024
6.18.0-beta 4 04/28/2024
6.17.0 2 04/28/2024
6.16.0 3 04/28/2024
6.16.0-beta 2 04/28/2024
6.15.0 3 04/28/2024
6.15.0-beta 3 04/28/2024
6.14.0 21 04/28/2024
6.14.0-rc2 19 04/28/2024
6.14.0-rc 2 04/28/2024
6.14.0-beta 4 04/28/2024
6.13.0 3 04/28/2024
6.13.0-rc 3 04/28/2024
6.13.0-beta 3 04/28/2024
6.12.0 3 04/28/2024
6.12.0-beta 19 04/28/2024
6.11.0 3 04/28/2024
6.10.0 3 04/28/2024
6.9.0 2 04/28/2024
6.8.1 2 04/28/2024
6.8.0 3 04/28/2024
6.7.0 4 04/28/2024
6.6.0 3 04/28/2024
6.5.0 3 04/28/2024
6.4.0 23 04/28/2024
6.3.0 3 04/28/2024
6.2.0 3 04/28/2024
6.1.0 25 04/10/2024
6.0.0 3 04/28/2024
6.0.0-beta1 3 04/28/2024
6.0.0-alpha2 3 04/28/2024
6.0.0-alpha1 2 04/28/2024