Microsoft.Spatial 6.10.0

Contains classes and methods that facilitate geography and geometry spatial operations. Support OData v4 only. 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.Spatial.

Packages Downloads
Microsoft.Azure.Search
Makes it easy to develop a .NET application that uses Azure Search.
50
Microsoft.Azure.Search.Data
Use this package if you're developing a .NET application using Azure Cognitive Search, and you only need to query or update documents in your indexes. If you also need to create or update indexes, synonym maps, or other service-level resources, use the Microsoft.Azure.Search package instead.
171
Microsoft.Azure.Search.Data
Use this package if you're developing a .NET application using Azure Search, and you only need to query or update documents in your indexes. If you also need to create or update indexes, synonym maps, or other service-level resources, use the Microsoft.Azure.Search package instead.
36
Microsoft.Azure.Search.Service
Use this package if you're developing automation in .NET to manage Azure Cognitive Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Cognitive Search, use the Microsoft.Azure.Search package instead.
170
Microsoft.Azure.Search.Service
Use this package if you're developing automation in .NET to manage Azure Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Search, use the Microsoft.Azure.Search package instead.
36
Microsoft.Azure.Search.Service
Use this package if you're developing automation in .NET to manage Azure Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Search, use the Microsoft.Azure.Search package instead.
39
Microsoft.Azure.Search.Service
Use this package if you're developing automation in .NET to manage Azure Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Search, use the Microsoft.Azure.Search package instead.
41
Microsoft.Azure.Search.Service
Use this package if you're developing automation in .NET to manage Azure Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Search, use the Microsoft.Azure.Search package instead.
42
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Core 5, and .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://github.com/OData/odata.net
38
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Core 5, and .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://github.com/OData/odata.net
41
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData services and clients. Targets .NET Portable Lib with support for .NET 4.5, 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
38
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .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/.
38
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .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/.
79
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .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/.
80
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .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.
37
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .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.
38
Microsoft.OData.Core
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.
38
Swashbuckle.OData
Extends Swashbuckle with OData v4 support!
38
Swashbuckle.OData
Extends Swashbuckle with OData v4 support! Supports both WebApi and OData controllers!
75
Swashbuckle.OData
Extends Swashbuckle with WebApi OData v4 support!
36

New Features: [GitHub issue #1] EdmLib now supports EdmError/EdmLocation containing file name. [GitHub issue #26] OData Client for .NET now supports getting instance annotations from payload or getting metadata annotations. [GitHub issue #41] OData Client for .NET now supports posting an action with entity valued parameters that only contain setted properties. Bug Fixes: [GitHub issue #34] Fix a bug that OData Client for .NET did not follow the ABNF rule for OData-Version/OData-MaxVersion header. [GitHub issue #47] Fix a bug that EdmReader could not parse the undefined Enum type in EnumMember. [GitHub issue #61] Fix a bug that EnumMember could not reference an Enum type defined outside current schema. [GitHub issue #66] Fix a bug that ODataUriParser failed to parse a null value for a nullable enum function parameter in Enum qualified namespace free mode.

This package has no dependencies.

Version Downloads Last updated
9.0.0-preview.1 0 07/10/2025
8.3.0 0 07/10/2025
8.2.4 0 06/24/2025
8.2.3 11 12/16/2024
8.2.2 11 12/03/2024
8.2.1 15 11/15/2024
8.2.0 12 11/18/2024
8.1.0 15 10/23/2024
8.0.2 13 10/03/2024
8.0.1 15 08/19/2024
8.0.0 13 08/13/2024
8.0.0-rc.1 16 07/11/2024
8.0.0-preview.3 23 06/01/2024
8.0.0-preview.2 21 05/12/2024
8.0.0-preview.1 18 05/14/2024
7.22.0 2 07/18/2025
7.21.7 1 06/27/2025
7.21.6 14 11/18/2024
7.21.5 13 10/23/2024
7.21.4 16 10/03/2024
7.21.3 19 06/06/2024
7.21.2 37 05/24/2024
7.21.1 32 05/12/2024
7.21.0 17 04/18/2024
7.20.0 24 02/10/2024
7.19.0 20 02/10/2024
7.18.0 24 02/10/2024
7.17.0 22 02/10/2024
7.16.0 23 02/10/2024
7.15.0 21 02/10/2024
7.14.1 20 02/10/2024
7.14.0 20 02/10/2024
7.13.0 20 02/10/2024
7.12.5 42 02/10/2024
7.12.4 19 02/10/2024
7.12.3 24 02/10/2024
7.12.2 39 02/10/2024
7.12.1 21 02/10/2024
7.12.0 19 02/10/2024
7.11.1 19 02/10/2024
7.11.0 24 05/10/2022
7.10.0 24 04/22/2022
7.9.4 22 07/04/2022
7.9.3 39 02/10/2024
7.9.2 18 02/10/2024
7.9.1 21 02/10/2024
7.9.0 74 06/15/2021
7.8.3 75 03/06/2021
7.8.2 20 03/07/2021
7.8.1 21 02/08/2021
7.7.3 21 02/10/2024
7.7.2 18 02/10/2024
7.7.1 33 03/11/2021
7.7.0 20 02/10/2024
7.7.0-beta 23 02/10/2024
7.6.4 20 02/10/2024
7.6.3 22 02/10/2024
7.6.2 18 02/10/2024
7.6.1 22 02/10/2024
7.6.1-beta 21 02/10/2024
7.6.0 23 02/10/2024
7.6.0-beta 40 02/10/2024
7.5.4 21 02/10/2024
7.5.3 162 02/11/2020
7.5.2 22 02/10/2024
7.5.1 34 02/10/2024
7.5.0 41 02/10/2024
7.4.4 27 07/04/2020
7.4.3 21 02/10/2024
7.4.1 21 02/10/2024
7.4.0 22 02/10/2024
7.4.0-beta3 41 02/10/2024
7.4.0-beta2 20 02/10/2024
7.4.0-beta 21 02/10/2024
7.3.1 23 02/10/2020
7.3.0 20 02/10/2024
7.3.0-beta 20 02/10/2024
7.2.0 22 02/10/2020
7.1.1 24 02/10/2020
7.0.0 21 02/10/2020
7.0.0-beta 20 02/10/2024
6.19.0 23 02/10/2024
6.18.0 20 02/10/2024
6.18.0-beta 20 02/10/2024
6.17.0 22 02/10/2024
6.16.0 25 02/10/2024
6.16.0-beta 22 02/10/2024
6.15.0 21 02/10/2024
6.15.0-beta 22 02/10/2024
6.14.0 21 02/10/2024
6.14.0-rc2 19 02/10/2024
6.14.0-rc 21 02/10/2024
6.14.0-beta 23 02/10/2024
6.13.0 39 02/10/2024
6.13.0-rc 19 02/10/2024
6.13.0-beta 22 02/10/2024
6.12.0 23 02/10/2024
6.12.0-beta 20 02/10/2024
6.11.0 21 02/10/2024
6.10.0 41 02/10/2020
6.9.0 41 02/10/2024
6.8.1 18 02/10/2024
6.8.0 23 02/10/2024
6.7.0 20 02/10/2024
6.6.0 23 02/10/2024
6.5.0 24 02/10/2024
6.4.0 23 02/10/2024
6.3.0 21 02/10/2024
6.2.0 40 02/10/2024
6.1.0 35 02/10/2024
6.0.0 18 02/10/2024
6.0.0-beta1 21 02/10/2024
6.0.0-alpha2 24 02/10/2024
6.0.0-alpha1 20 02/10/2024