Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite 8.0.15

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite --version 8.0.15
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite -Version 8.0.15
                    
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="8.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.15" />
                    
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 8.0.15
                    
#r "nuget: Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite, 8.0.15"
                    
#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.
#:package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite@8.0.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite&version=8.0.15
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite&version=8.0.15
                    
Install 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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

NuGet packages (89)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite:

Package Downloads
NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

EntityFrameworkCore.BootKit

EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore. Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database.

EFCore.BulkExtensions.MIT.SqlServer

EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite

EFCore.BulkExtensions.MIT

EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite

NeuroSpeech.EntityAccessControl

Entity Access Control List framework over Entity Framework Core with Audit and Typed Events.

GitHub repositories (14)

Showing the top 14 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
Coldairarrow/EFCore.Sharding
Database Sharding For EFCore
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, commercial use requires a paid licence. Obtain your licence from:
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
PhenX/PhenX.EntityFrameworkCore.BulkInsert
Super fast bulk insertion for Entity Framework Core on SQL Server, PostgreSQL, Sqlite, MySQL and Oracle
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.2 3,830 1/13/2026
10.0.1 49,837 12/9/2025
10.0.0 60,178 11/11/2025
10.0.0-rc.2.25502.107 1,690 10/14/2025
10.0.0-rc.1.25451.107 2,391 9/9/2025
10.0.0-preview.7.25380.108 532 8/12/2025
10.0.0-preview.6.25358.103 496 7/15/2025
10.0.0-preview.5.25277.114 431 6/6/2025
10.0.0-preview.4.25258.110 466 5/12/2025
10.0.0-preview.3.25171.6 484 4/10/2025
10.0.0-preview.2.25163.8 453 3/18/2025
10.0.0-preview.1.25081.1 476 2/25/2025
9.0.12 1,238 1/13/2026
9.0.11 98,770 11/11/2025
9.0.10 136,012 10/14/2025
9.0.9 153,256 9/9/2025
9.0.8 166,033 8/5/2025
9.0.7 126,719 7/8/2025
9.0.6 255,772 6/10/2025
9.0.5 178,170 5/13/2025
9.0.4 221,270 4/8/2025
9.0.3 178,788 3/11/2025
9.0.2 247,705 2/11/2025
9.0.1 154,173 1/14/2025
9.0.0 318,543 11/12/2024
9.0.0-rc.2.24474.1 3,835 10/8/2024
9.0.0-rc.1.24451.1 4,570 9/10/2024
9.0.0-preview.7.24405.3 634 8/13/2024
9.0.0-preview.6.24327.4 870 7/9/2024
9.0.0-preview.5.24306.3 989 6/11/2024
9.0.0-preview.4.24267.1 1,088 5/21/2024
9.0.0-preview.3.24172.4 547 4/11/2024
9.0.0-preview.2.24128.4 910 3/12/2024
9.0.0-preview.1.24081.2 864 2/13/2024
8.0.23 839 1/13/2026
8.0.22 23,727 11/11/2025
8.0.21 41,104 10/14/2025
8.0.20 47,205 9/9/2025
8.0.19 69,418 8/5/2025
8.0.18 43,284 7/8/2025
8.0.17 60,921 6/10/2025
8.0.16 328,971 5/13/2025
8.0.15 164,691 4/8/2025
8.0.14 980,233 3/11/2025
8.0.13 233,416 2/11/2025
8.0.12 208,272 1/14/2025
8.0.11 1,122,343 11/12/2024
8.0.10 711,633 10/8/2024
8.0.8 821,880 8/13/2024
8.0.7 415,990 7/9/2024
8.0.6 523,602 5/28/2024
8.0.5 1,972,060 5/14/2024
8.0.4 1,666,572 4/9/2024
8.0.3 282,249 3/12/2024
8.0.2 1,526,470 2/13/2024
8.0.1 270,993 1/9/2024
8.0.0 2,518,118 11/14/2023
8.0.0-rc.2.23480.1 1,885 10/10/2023
8.0.0-rc.1.23419.6 56,747 9/12/2023
8.0.0-preview.7.23375.4 960 8/8/2023
8.0.0-preview.6.23329.4 4,152 7/11/2023
8.0.0-preview.5.23280.1 1,798 6/13/2023
8.0.0-preview.4.23259.3 1,504 5/16/2023
8.0.0-preview.3.23174.2 1,566 4/11/2023
8.0.0-preview.2.23128.3 1,190 3/14/2023
8.0.0-preview.1.23111.4 1,393 2/21/2023
7.0.20 100,051 5/28/2024
7.0.19 8,080 5/14/2024
7.0.18 76,239 4/9/2024
7.0.17 254,473 3/12/2024
7.0.16 77,842 2/13/2024
7.0.15 134,280 1/9/2024
7.0.14 135,532 11/14/2023
7.0.13 117,667 10/24/2023
7.0.12 73,011 10/10/2023
7.0.11 848,412 9/12/2023
7.0.10 1,841,026 8/8/2023
7.0.9 398,159 7/11/2023
7.0.8 411,172 6/22/2023
7.0.7 38,798 6/13/2023
7.0.5 1,818,661 4/11/2023
7.0.4 142,147 3/14/2023
7.0.3 296,987 2/14/2023
7.0.2 1,183,530 1/10/2023
7.0.1 143,096 12/13/2022
7.0.0 242,334 11/7/2022
7.0.0-rc.2.22472.11 1,618 10/11/2022
7.0.0-rc.1.22426.7 1,609 9/14/2022
7.0.0-preview.7.22376.2 768 8/9/2022
7.0.0-preview.6.22329.4 4,196 7/12/2022
7.0.0-preview.5.22302.2 539 6/14/2022
7.0.0-preview.4.22229.2 722 5/10/2022
7.0.0-preview.3.22175.1 685 4/13/2022
7.0.0-preview.2.22153.1 1,084 3/14/2022
7.0.0-preview.1.22076.6 629 2/17/2022
6.0.36 75,860 11/12/2024
6.0.35 77,342 10/8/2024
6.0.33 45,774 8/13/2024
6.0.32 15,563 7/9/2024
6.0.31 31,493 5/28/2024
6.0.30 9,014 5/14/2024
6.0.29 52,728 4/9/2024
6.0.28 46,985 3/12/2024
6.0.27 37,910 2/13/2024
6.0.26 57,755 1/9/2024
6.0.25 183,802 11/14/2023
6.0.24 68,408 10/24/2023
6.0.23 24,997 10/10/2023
6.0.22 68,977 9/12/2023
6.0.21 300,079 8/8/2023
6.0.20 76,045 7/11/2023
6.0.19 1,292,917 6/22/2023
6.0.18 22,338 6/13/2023
6.0.16 473,879 4/11/2023
6.0.15 99,103 3/14/2023
6.0.14 199,286 2/14/2023
6.0.13 654,865 1/10/2023
6.0.12 236,998 12/13/2022
6.0.11 1,354,298 11/7/2022
6.0.10 288,249 10/11/2022
6.0.9 954,490 9/13/2022
6.0.8 368,952 8/9/2022
6.0.7 355,089 7/12/2022
6.0.6 294,848 6/14/2022
6.0.5 267,008 5/10/2022
6.0.4 196,984 4/11/2022
6.0.3 633,131 3/8/2022
6.0.2 250,428 2/8/2022
6.0.1 590,433 12/14/2021
6.0.0 411,713 11/8/2021
6.0.0-rc.2.21480.5 4,675 10/12/2021
6.0.0-rc.1.21452.10 888 9/14/2021
6.0.0-preview.7.21378.4 885 8/10/2021
6.0.0-preview.6.21352.1 1,305 7/14/2021
6.0.0-preview.5.21301.9 6,687 6/15/2021
6.0.0-preview.4.21253.1 630 5/24/2021
6.0.0-preview.3.21201.2 915 4/8/2021
6.0.0-preview.2.21154.2 630 3/11/2021
6.0.0-preview.1.21102.2 685 2/12/2021
5.0.17 162,487 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 10,436 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 41,539 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 26,484 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 87,542 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 31,895 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 180,135 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 162,880 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 167,481 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 220,691 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 248,701 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 265,416 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 200,371 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 110,483 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 86,659 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 144,164 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 92,354 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 143,821 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 2,438 10/13/2020
5.0.0-rc.1.20451.13 6,041 9/14/2020
5.0.0-preview.8.20407.4 3,984 8/25/2020
5.0.0-preview.7.20365.15 1,953 7/21/2020
5.0.0-preview.6.20312.4 855 6/25/2020
5.0.0-preview.5.20278.2 768 6/10/2020
5.0.0-preview.4.20220.10 9,467 5/18/2020
5.0.0-preview.3.20181.2 5,320 4/23/2020
5.0.0-preview.2.20159.4 973 4/2/2020
5.0.0-preview.2.20120.8 1,481 3/16/2020
3.1.32 173,920 12/13/2022
3.1.31 5,375 11/8/2022
3.1.30 44,147 10/11/2022
3.1.29 41,202 9/13/2022
3.1.28 6,664 8/9/2022
3.1.27 13,971 7/12/2022
3.1.26 19,907 6/14/2022
3.1.25 29,174 5/10/2022
3.1.24 20,687 4/11/2022
3.1.23 54,389 3/8/2022
3.1.22 135,158 12/14/2021
3.1.21 106,696 11/7/2021
3.1.20 21,066 10/11/2021
3.1.19 17,264 9/14/2021
3.1.18 60,543 8/10/2021
3.1.17 64,101 7/13/2021
3.1.16 193,676 6/8/2021
3.1.15 77,384 5/11/2021
3.1.14 180,014 4/6/2021
3.1.13 54,408 3/9/2021
3.1.12 49,090 2/9/2021
3.1.11 165,378 1/12/2021
3.1.10 211,486 11/9/2020
3.1.9 348,158 10/13/2020
3.1.8 242,324 9/8/2020
3.1.7 297,639 8/11/2020
3.1.6 187,126 7/14/2020
3.1.5 202,226 6/9/2020
3.1.4 115,972 5/12/2020
3.1.3 436,077 3/24/2020
3.1.2 269,685 2/19/2020
3.1.1 171,931 1/14/2020
3.1.0 185,711 12/3/2019
3.1.0-preview3.19554.8 1,187 11/13/2019
3.1.0-preview2.19525.5 677 11/1/2019
3.1.0-preview1.19506.2 638 10/15/2019
3.0.3 4,340 2/19/2020
3.0.2 2,211 1/14/2020
3.0.1 15,236 11/18/2019
3.0.0 105,087 9/23/2019
3.0.0-rc1.19456.14 966 9/16/2019
3.0.0-preview9.19423.6 1,275 9/4/2019
3.0.0-preview8.19405.11 2,000 8/13/2019
3.0.0-preview7.19362.6 1,471 7/23/2019
3.0.0-preview6.19304.10 969 6/12/2019
3.0.0-preview5.19227.1 830 5/6/2019
3.0.0-preview4.19216.3 1,083 4/18/2019
3.0.0-preview3.19153.1 1,859 3/6/2019
3.0.0-preview.19074.3 1,748 1/29/2019
3.0.0-preview.18572.1 872 12/3/2018
2.2.6 493,553 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 312,993 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 82,189 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 85,742 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 60,835 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 122,141 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 4,852 10/17/2018
2.2.0-preview2-35157 6,835 9/12/2018