Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite 8.0.19

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.19
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite -Version 8.0.19
                    
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.19" />
                    
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.19" />
                    
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.19
                    
#r "nuget: Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite, 8.0.19"
                    
#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.19
                    
#: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.19
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite&version=8.0.19
                    
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 (83)

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

NeuroSpeech.EntityAccessControl

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

Amelia

Package Description

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 (you need a .edu or a .ac email address), not free for commercial use. 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
openchargemap/ocm-system
Open Charge Map is the global public registry of electric vehicle charging locations. Established 2011. Help wanted.
PhenX/PhenX.EntityFrameworkCore.BulkInsert
Super fast bulk insertion for Entity Framework Core on SQL Server, PostgreSQL, Sqlite, MySQL and Oracle
Version Downloads Last Updated
10.0.0-preview.7.25380.108 151 8/12/2025
10.0.0-preview.6.25358.103 398 7/15/2025
10.0.0-preview.5.25277.114 372 6/6/2025
10.0.0-preview.4.25258.110 400 5/12/2025
10.0.0-preview.3.25171.6 424 4/10/2025
10.0.0-preview.2.25163.8 352 3/18/2025
10.0.0-preview.1.25081.1 415 2/25/2025
9.0.8 9,947 8/5/2025
9.0.7 30,455 7/8/2025
9.0.6 85,030 6/10/2025
9.0.5 95,670 5/13/2025
9.0.4 117,392 4/8/2025
9.0.3 137,913 3/11/2025
9.0.2 204,065 2/11/2025
9.0.1 121,508 1/14/2025
9.0.0 228,029 11/12/2024
9.0.0-rc.2.24474.1 3,765 10/8/2024
9.0.0-rc.1.24451.1 4,077 9/10/2024
9.0.0-preview.7.24405.3 574 8/13/2024
9.0.0-preview.6.24327.4 792 7/9/2024
9.0.0-preview.5.24306.3 411 6/11/2024
9.0.0-preview.4.24267.1 1,034 5/21/2024
9.0.0-preview.3.24172.4 472 4/11/2024
9.0.0-preview.2.24128.4 848 3/12/2024
9.0.0-preview.1.24081.2 733 2/13/2024
8.0.19 2,820 8/5/2025
8.0.18 5,282 7/8/2025
8.0.17 17,848 6/10/2025
8.0.16 57,644 5/13/2025
8.0.15 58,152 4/8/2025
8.0.14 414,595 3/11/2025
8.0.13 143,539 2/11/2025
8.0.12 104,778 1/14/2025
8.0.11 753,239 11/12/2024
8.0.10 545,753 10/8/2024
8.0.8 690,370 8/13/2024
8.0.7 324,511 7/9/2024
8.0.6 435,307 5/28/2024
8.0.5 1,571,154 5/14/2024
8.0.4 1,413,649 4/9/2024
8.0.3 240,884 3/12/2024
8.0.2 1,268,223 2/13/2024
8.0.1 227,257 1/9/2024
8.0.0 1,942,296 11/14/2023
8.0.0-rc.2.23480.1 1,760 10/10/2023
8.0.0-rc.1.23419.6 43,378 9/12/2023
8.0.0-preview.7.23375.4 873 8/8/2023
8.0.0-preview.6.23329.4 4,058 7/11/2023
8.0.0-preview.5.23280.1 1,712 6/13/2023
8.0.0-preview.4.23259.3 1,411 5/16/2023
8.0.0-preview.3.23174.2 1,473 4/11/2023
8.0.0-preview.2.23128.3 1,094 3/14/2023
8.0.0-preview.1.23111.4 1,302 2/21/2023
7.0.20 84,211 5/28/2024
7.0.19 5,661 5/14/2024
7.0.18 67,720 4/9/2024
7.0.17 250,869 3/12/2024
7.0.16 74,872 2/13/2024
7.0.15 127,070 1/9/2024
7.0.14 129,530 11/14/2023
7.0.13 114,185 10/24/2023
7.0.12 70,577 10/10/2023
7.0.11 712,366 9/12/2023
7.0.10 1,536,986 8/8/2023
7.0.9 380,628 7/11/2023
7.0.8 394,726 6/22/2023
7.0.7 36,551 6/13/2023
7.0.5 1,708,532 4/11/2023
7.0.4 133,821 3/14/2023
7.0.3 283,976 2/14/2023
7.0.2 1,106,072 1/10/2023
7.0.1 136,362 12/13/2022
7.0.0 230,449 11/7/2022
7.0.0-rc.2.22472.11 1,520 10/11/2022
7.0.0-rc.1.22426.7 1,509 9/14/2022
7.0.0-preview.7.22376.2 673 8/9/2022
7.0.0-preview.6.22329.4 4,095 7/12/2022
7.0.0-preview.5.22302.2 451 6/14/2022
7.0.0-preview.4.22229.2 623 5/10/2022
7.0.0-preview.3.22175.1 596 4/13/2022
7.0.0-preview.2.22153.1 1,000 3/14/2022
7.0.0-preview.1.22076.6 547 2/17/2022
6.0.36 37,728 11/12/2024
6.0.35 55,560 10/8/2024
6.0.33 40,379 8/13/2024
6.0.32 13,632 7/9/2024
6.0.31 28,766 5/28/2024
6.0.30 7,495 5/14/2024
6.0.29 48,675 4/9/2024
6.0.28 44,961 3/12/2024
6.0.27 33,904 2/13/2024
6.0.26 54,744 1/9/2024
6.0.25 176,489 11/14/2023
6.0.24 52,537 10/24/2023
6.0.23 23,071 10/10/2023
6.0.22 65,322 9/12/2023
6.0.21 281,085 8/8/2023
6.0.20 73,853 7/11/2023
6.0.19 1,139,141 6/22/2023
6.0.18 21,510 6/13/2023
6.0.16 449,434 4/11/2023
6.0.15 94,305 3/14/2023
6.0.14 180,797 2/14/2023
6.0.13 610,688 1/10/2023
6.0.12 222,723 12/13/2022
6.0.11 1,303,790 11/7/2022
6.0.10 275,502 10/11/2022
6.0.9 926,485 9/13/2022
6.0.8 358,994 8/9/2022
6.0.7 347,538 7/12/2022
6.0.6 285,246 6/14/2022
6.0.5 254,637 5/10/2022
6.0.4 191,260 4/11/2022
6.0.3 626,528 3/8/2022
6.0.2 245,542 2/8/2022
6.0.1 561,504 12/14/2021
6.0.0 365,133 11/8/2021
6.0.0-rc.2.21480.5 4,593 10/12/2021
6.0.0-rc.1.21452.10 802 9/14/2021
6.0.0-preview.7.21378.4 789 8/10/2021
6.0.0-preview.6.21352.1 1,214 7/14/2021
6.0.0-preview.5.21301.9 6,592 6/15/2021
6.0.0-preview.4.21253.1 538 5/24/2021
6.0.0-preview.3.21201.2 828 4/8/2021
6.0.0-preview.2.21154.2 539 3/11/2021
6.0.0-preview.1.21102.2 596 2/12/2021
5.0.17 155,836 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 9,578 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 39,938 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 24,811 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 86,321 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 30,511 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 174,209 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 159,423 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 165,128 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 215,758 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 245,492 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 263,046 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 194,559 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 107,107 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 84,775 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 142,964 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 90,515 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 139,473 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 2,339 10/13/2020
5.0.0-rc.1.20451.13 5,954 9/14/2020
5.0.0-preview.8.20407.4 3,894 8/25/2020
5.0.0-preview.7.20365.15 1,784 7/21/2020
5.0.0-preview.6.20312.4 770 6/25/2020
5.0.0-preview.5.20278.2 667 6/10/2020
5.0.0-preview.4.20220.10 9,320 5/18/2020
5.0.0-preview.3.20181.2 5,225 4/23/2020
5.0.0-preview.2.20159.4 878 4/2/2020
5.0.0-preview.2.20120.8 1,378 3/16/2020
3.1.32 135,436 12/13/2022
3.1.31 4,521 11/8/2022
3.1.30 43,252 10/11/2022
3.1.29 32,404 9/13/2022
3.1.28 5,906 8/9/2022
3.1.27 13,247 7/12/2022
3.1.26 17,696 6/14/2022
3.1.25 28,447 5/10/2022
3.1.24 19,803 4/11/2022
3.1.23 51,549 3/8/2022
3.1.22 130,381 12/14/2021
3.1.21 105,673 11/7/2021
3.1.20 20,373 10/11/2021
3.1.19 14,834 9/14/2021
3.1.18 59,524 8/10/2021
3.1.17 58,139 7/13/2021
3.1.16 182,287 6/8/2021
3.1.15 76,571 5/11/2021
3.1.14 165,495 4/6/2021
3.1.13 53,515 3/9/2021
3.1.12 47,708 2/9/2021
3.1.11 164,521 1/12/2021
3.1.10 206,124 11/9/2020
3.1.9 344,503 10/13/2020
3.1.8 240,024 9/8/2020
3.1.7 294,059 8/11/2020
3.1.6 184,597 7/14/2020
3.1.5 183,115 6/9/2020
3.1.4 111,754 5/12/2020
3.1.3 409,326 3/24/2020
3.1.2 267,533 2/19/2020
3.1.1 164,285 1/14/2020
3.1.0 182,477 12/3/2019
3.1.0-preview3.19554.8 1,089 11/13/2019
3.1.0-preview2.19525.5 586 11/1/2019
3.1.0-preview1.19506.2 551 10/15/2019
3.0.3 3,653 2/19/2020
3.0.2 1,527 1/14/2020
3.0.1 14,271 11/18/2019
3.0.0 102,030 9/23/2019
3.0.0-rc1.19456.14 871 9/16/2019
3.0.0-preview9.19423.6 1,181 9/4/2019
3.0.0-preview8.19405.11 1,904 8/13/2019
3.0.0-preview7.19362.6 1,375 7/23/2019
3.0.0-preview6.19304.10 868 6/12/2019
3.0.0-preview5.19227.1 739 5/6/2019
3.0.0-preview4.19216.3 986 4/18/2019
3.0.0-preview3.19153.1 1,762 3/6/2019
3.0.0-preview.19074.3 1,656 1/29/2019
3.0.0-preview.18572.1 781 12/3/2018
2.2.6 482,293 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 309,402 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 80,504 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 83,253 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 57,171 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 118,489 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 4,739 10/17/2018
2.2.0-preview2-35157 6,628 9/12/2018