Microsoft.Spatial 6.11.0

There is a newer version of this package available.
See the version list below for details.
Install-Package Microsoft.Spatial -Version 6.11.0
dotnet add package Microsoft.Spatial --version 6.11.0
<PackageReference Include="Microsoft.Spatial" Version="6.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Spatial --version 6.11.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Spatial, 6.11.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Spatial as a Cake Addin
#addin nuget:?package=Microsoft.Spatial&version=6.11.0

// Install Microsoft.Spatial as a Cake Tool
#tool nuget:?package=Microsoft.Spatial&version=6.11.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 https://odata.codeplex.com/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Spatial:

Package Downloads
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 Platform Standard 1.1. 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

Version Downloads Last updated
7.4.4 0 06.02.2022
6.11.0 0 06.02.2022
6.5.0 0 06.02.2022
6.4.0 0 06.02.2022

Features:
   [GitHub issue #23] ODataLib now supports parsing URI path template.
   [GitHub issue #71] EdmLib now supports adding vocabulary annotations to EdmEnumMember.
   [GitHub issue #80] OData client for .NET now supports abstract entity type without key.
   [GitHub issue #85] ODataLib now supports additional preference headers: odata.track-changes, odata.maxpagesize and odata.continue-on-error.
   [GitHub issue #87] ODataLib now supports setting filter query option in ExpandedNavigationSelectItem.
   [GitHub issue #94] ODataLib now supports $levels in ODataUriBuilder.
   [Github issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared primitive, collection and complex property value.

Bugs fixes:
   [GitHub issue #93] Fix a bug that DataServiceContext.CreateFunctionQuery should set isComposable property of DataServiceOrderedQuery.
   [GitHub issue #95] Fix a bug that OData client for .NET does not support composing a query operation onto a composable function.

Improvements:
   [GitHub issue #101] Improve the performance of DataServiceContext.SaveChanges when the entities are tracked by a DataServiceCollection.