Microsoft.Spatial 6.0.0-beta1

Prefix Reserved
This is a prerelease version of Microsoft.Spatial.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Spatial --version 6.0.0-beta1
                    
NuGet\Install-Package Microsoft.Spatial -Version 6.0.0-beta1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Spatial" Version="6.0.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Spatial" Version="6.0.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Spatial" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Spatial --version 6.0.0-beta1
                    
#r "nuget: Microsoft.Spatial, 6.0.0-beta1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.Spatial&version=6.0.0-beta1&prerelease
                    
Install Microsoft.Spatial as a Cake Addin
#tool nuget:?package=Microsoft.Spatial&version=6.0.0-beta1&prerelease
                    
Install Microsoft.Spatial as a Cake Tool

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, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (30)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Spatial:

Repository Stars
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
OfficeDev/TrainingContent
Training Content used for developer.microsoft.com/office
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
OData/odata.net
ODataLib: Open Data Protocol - .NET Libraries and Frameworks
OData/AspNetCoreOData
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
telerik/xaml-sdk
The XAML SDK is an easy-to-use infrastructure with 1000+ developer focused examples for most of the Telerik UI for WPF controls.
microsoft/BotFramework-BlogSamples
Welcome to the Bot Framework samples repository. Here you will find sample bots that take advantage of Bot Framework capabilities.
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
rstropek/Samples
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
microsoft/Dynamics-AX-Integration
Dynamics AX Integration samples and demos.
ShaneK2/inVtero.net
inVtero.net: A high speed (Gbps) Forensics, Memory integrity & assurance. Includes offensive & defensive memory capabilities. Find/Extract processes, hypervisors (including nested) in memory dumps using microarchitechture independent Virtual Machiene Introspection techniques
zLulus/NotePractice
My_Note 笔记练习demo
Azure/azure-stream-analytics
Azure Stream Analytics
martin-nikolov/Telerik-Academy
Course exercises | Telerik Academy 2013/2014 | Martin Nikolov
znlgis/sod
PDF.NET 的追求:代码的精简,开发、维护的简单与极致的运行效率!
Version Downloads Last updated
7.5.1 36 9/17/2018
6.11.0 28,668 3/30/2015
6.10.0 31,148 2/6/2015
6.9.0 17,854 12/10/2014
6.8.1 23,412 10/20/2014
6.8.0 5,244 9/23/2014
6.7.0 4,490 8/29/2014
6.6.0 4,837 7/31/2014
6.5.0 21,864 6/30/2014
6.4.0 10,698 5/30/2014
6.3.0 1,594 4/28/2014
6.2.0 444 4/1/2014
6.1.0 109 3/4/2014
6.0.0 372 1/27/2014
6.0.0-beta1 207 12/9/2013
6.0.0-alpha2 66 11/7/2013
6.0.0-alpha1 64 10/4/2013

This OData V6.0 release includes beta versions of the core .NET libraries described below for implementing OData clients and services that comply with the Committee Specification 02 of the OASIS OData V4 Specification (http://docs.oasis-open.org/odata/odata/v4.0/cs02/part1-protocol/odata-v4.0-cs02-part1-protocol.doc). The libraries support the OData V4 JSON (http://docs.oasis-open.org/odata/odata-json-format/v4.0/cs02/odata-json-format-v4.0-cs02.doc) format; the Atom format is not supported in this release.

What is in the release?

•         Feature Parity
OData V6.0-beta1 release contains all the JSON features in OData V5.6 release that are compatible with OData V4 Protocol, including ODataLib, EdmLib, ODataClient, Spatial. OData V6.0-beta1 supports V4 Protocol only and is not backward compatible with V1-3 Protocol.

•         Enum support
Enum is fully supported for server scenario in JSON. OData client supports CRUD enum property.

•         Singleton support
In this release we get the most common singleton support for server scenario, including defining singleton in EDM, and serializing/deserializing payload in JSON format. UriParser also supports singleton path segment in URI, but it doesn’t support $filter/$select/$expand.

•         Containment support
In this release we get the most common containment support for server scenario, including defining containment in EDM, and serializing/ deserializing payload in JSON format. UriParser also supports containment path segment & $expand in URI, but it doesn’t support $filter/$orderby/$select.

•         Action/Function Support
Action/Function now is now fully supported, except for singleton & containment.

•         V4 compatibility
JSON Reader/Writer, Edmx Reader/Writer and URI Parser have been updated for V4 compatibility, now they all support OData V4 Protocol.

Known Limitations
This beta release of the OData V4 libraries targets functional equivalence with the 5.6.0 release. The OData Client supports the functionality exposed by services written using the server libraries, but there are features required for client interoperability with generic OData V4 services that are not yet supported in this alpha release. Most notably:
• EdmLib doesn't currently support TypeDefinitions, nor referencing external metadata documents, and will fail on services exposing metadata with these constructs
• ODataLib doesn't currently support the presence of singletons, functions, or nested service documents in a service document, and will fail when reading a service document containing these constructs
• ODataLib, EdmLib, and OData Client don't yet support the Date or TimeOfDay datatype, relative IRIs for IDs in JSON, some of the new features of complex types like navigation properties, inheritance, and use in referential constraints, nor some of the new features in singletons and containment.