Microsoft.OData.Core 6.2.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, 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 |
What is in the release:
Bug fixes:
• Fixed a bug for parsing $it in UriParser
• Improved the JSON serialization performance for unindented format
New Features:
• ODataLib & EdmLib now supports complex type inheritance and open complex type.
• ODataLib & EdmLib now supports open collection property in entity and complex type.
• OData Client now supports property level change tracking for PATCH.
DataServiceCollection now supports property level change tracking. By default only changed properties will be included in the payload for update (PATCH) operations, unless you explicitly use SaveChangesOptions.ReplaceOnUpdate when calling SaveChanges(). The entity level change tracking behavior is not changed in DataServiceCollection.
• OData Client supports using different type/property name than the name in metadata by OrginalNameAttribute
Previously the type and property name in proxy class must be same as metadata. Now you can use over-write the type/property name by using OriginalNameAttribute:
[global::Microsoft.OData.Client.OriginalNameAttribute("product")]
public partial class Product
{
// Using camel case in metadata
[global::Microsoft.OData.Client.OriginalNameAttribute("name")]
// Using Pascal case in proxy class
public string Name
{
get;
set;
}
}
• ODataLib support generating ServiceDocument from EdmModel directly by extension method GenerateServiceDocument().
Known Issues:
• Type casting for complex type in $filter and $select is not supported.
• Reading individual property of derived complex type directly by OData Client is not supported.
Any 0.0
- Microsoft.Spatial (= 6.2.0)
- Microsoft.OData.Edm (= 6.2.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 |