Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite 10.0.0-preview.4.25255.103

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite --version 10.0.0-preview.4.25255.103
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite -Version 10.0.0-preview.4.25255.103
                    
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.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="10.0.0-preview.4.25255.103" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="10.0.0-preview.4.25255.103" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" />
                    
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.EntityFrameworkCore.SqlServer.NetTopologySuite --version 10.0.0-preview.4.25255.103
                    
#r "nuget: Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite, 10.0.0-preview.4.25255.103"
                    
#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.EntityFrameworkCore.SqlServer.NetTopologySuite&version=10.0.0-preview.4.25255.103&prerelease
                    
Install Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite&version=10.0.0-preview.4.25255.103&prerelease
                    
Install Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite as a Cake Tool

Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite enables use of spatial data for SQL Server and Azure SQL with Entity Framework Core and NetTopologySuite.

Usage

Call UseNetTopologySuite inside the call to UseSqServer when configuring the SQLite database provider for your DbContext. For example:

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
    => options.UseSqlServer(
        "Server=localhost;Database=MyDatabase;Trusted_Connection=True;",
        b => b.UseNetTopologySuite());

For more information on using spatial data with EF Core and SQLite, see:

Getting started with EF Core

See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.

Feedback

If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (13)

Showing the top 13 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite:

Repository Stars
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
Squidex/squidex
Headless CMS and Content Managment Hub
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Coldairarrow/EFCore.Sharding
Database Sharding For EFCore
loresoft/EntityFrameworkCore.Generator
Generate Entity Framework Core model from an existing database
zLulus/NotePractice
My_Note 笔记练习demo
gavilanch/CursoRESTfulAPIsASPNETCore
Repositorio del curso de construcción de WebAPIs con ASP.NET Core
videokojot/EFCore.BulkExtensions.MIT
shinyorg/templates
dotnet CLI & Visual Studio Templates
openchargemap/ocm-system
Open Charge Map is the global public registry of electric vehicle charging locations. Established 2011. Help wanted.
Version Downloads Last updated
10.0.0-preview.4.25255.103 0 5/12/2025
3.0.0-preview.19074.3 1 1/28/2019
3.0.0-preview.18572.1 1 11/30/2018