Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite
2.2.0-preview2-35157
Prefix Reserved
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite --version 2.2.0-preview2-35157
NuGet\Install-Package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite -Version 2.2.0-preview2-35157
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="2.2.0-preview2-35157" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="2.2.0-preview2-35157" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" />
paket add Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite --version 2.2.0-preview2-35157
#r "nuget: Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite, 2.2.0-preview2-35157"
#:package Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite@2.2.0-preview2-35157
#addin nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite&version=2.2.0-preview2-35157&prerelease
#tool nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite&version=2.2.0-preview2-35157&prerelease
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.
This package was built from the source at:
https://github.com/aspnet/EntityFramework.git/tree/cbd2a2074d908673195abbb14de5a460acaa2aea
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 2.2.0-preview2-35157)
- NetTopologySuite.Core (>= 1.15.0)
NuGet packages (88)
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.0 | 9,397 | 11/11/2025 | |
| 10.0.0-rc.2.25502.107 | 1,396 | 10/14/2025 | |
| 10.0.0-rc.1.25451.107 | 2,322 | 9/9/2025 | |
| 10.0.0-preview.7.25380.108 | 514 | 8/12/2025 | |
| 10.0.0-preview.6.25358.103 | 476 | 7/15/2025 | |
| 10.0.0-preview.5.25277.114 | 415 | 6/6/2025 | |
| 10.0.0-preview.4.25258.110 | 446 | 5/12/2025 | |
| 10.0.0-preview.3.25171.6 | 473 | 4/10/2025 | |
| 10.0.0-preview.2.25163.8 | 394 | 3/18/2025 | |
| 10.0.0-preview.1.25081.1 | 462 | 2/25/2025 | |
| 9.0.11 | 6,460 | 11/11/2025 | |
| 9.0.10 | 70,563 | 10/14/2025 | |
| 9.0.9 | 105,933 | 9/9/2025 | |
| 9.0.8 | 134,794 | 8/5/2025 | |
| 9.0.7 | 114,447 | 7/8/2025 | |
| 9.0.6 | 212,403 | 6/10/2025 | |
| 9.0.5 | 154,097 | 5/13/2025 | |
| 9.0.4 | 193,384 | 4/8/2025 | |
| 9.0.3 | 167,054 | 3/11/2025 | |
| 9.0.2 | 235,659 | 2/11/2025 | |
| 9.0.1 | 142,607 | 1/14/2025 | |
| 9.0.0 | 291,529 | 11/12/2024 | |
| 9.0.0-rc.2.24474.1 | 3,817 | 10/8/2024 | |
| 9.0.0-rc.1.24451.1 | 4,549 | 9/10/2024 | |
| 9.0.0-preview.7.24405.3 | 620 | 8/13/2024 | |
| 9.0.0-preview.6.24327.4 | 845 | 7/9/2024 | |
| 9.0.0-preview.5.24306.3 | 970 | 6/11/2024 | |
| 9.0.0-preview.4.24267.1 | 1,071 | 5/21/2024 | |
| 9.0.0-preview.3.24172.4 | 525 | 4/11/2024 | |
| 9.0.0-preview.2.24128.4 | 890 | 3/12/2024 | |
| 9.0.0-preview.1.24081.2 | 836 | 2/13/2024 | |
| 8.0.22 | 4,462 | 11/11/2025 | |
| 8.0.21 | 24,473 | 10/14/2025 | |
| 8.0.20 | 32,696 | 9/9/2025 | |
| 8.0.19 | 42,477 | 8/5/2025 | |
| 8.0.18 | 27,565 | 7/8/2025 | |
| 8.0.17 | 49,525 | 6/10/2025 | |
| 8.0.16 | 257,780 | 5/13/2025 | |
| 8.0.15 | 131,668 | 4/8/2025 | |
| 8.0.14 | 813,536 | 3/11/2025 | |
| 8.0.13 | 209,460 | 2/11/2025 | |
| 8.0.12 | 179,536 | 1/14/2025 | |
| 8.0.11 | 1,019,049 | 11/12/2024 | |
| 8.0.10 | 664,953 | 10/8/2024 | |
| 8.0.8 | 782,619 | 8/13/2024 | |
| 8.0.7 | 395,600 | 7/9/2024 | |
| 8.0.6 | 501,403 | 5/28/2024 | |
| 8.0.5 | 1,860,596 | 5/14/2024 | |
| 8.0.4 | 1,592,530 | 4/9/2024 | |
| 8.0.3 | 270,849 | 3/12/2024 | |
| 8.0.2 | 1,447,950 | 2/13/2024 | |
| 8.0.1 | 264,499 | 1/9/2024 | |
| 8.0.0 | 2,337,804 | 11/14/2023 | |
| 8.0.0-rc.2.23480.1 | 1,866 | 10/10/2023 | |
| 8.0.0-rc.1.23419.6 | 53,714 | 9/12/2023 | |
| 8.0.0-preview.7.23375.4 | 935 | 8/8/2023 | |
| 8.0.0-preview.6.23329.4 | 4,136 | 7/11/2023 | |
| 8.0.0-preview.5.23280.1 | 1,772 | 6/13/2023 | |
| 8.0.0-preview.4.23259.3 | 1,483 | 5/16/2023 | |
| 8.0.0-preview.3.23174.2 | 1,544 | 4/11/2023 | |
| 8.0.0-preview.2.23128.3 | 1,161 | 3/14/2023 | |
| 8.0.0-preview.1.23111.4 | 1,369 | 2/21/2023 | |
| 7.0.20 | 94,659 | 5/28/2024 | |
| 7.0.19 | 7,065 | 5/14/2024 | |
| 7.0.18 | 74,612 | 4/9/2024 | |
| 7.0.17 | 253,153 | 3/12/2024 | |
| 7.0.16 | 76,959 | 2/13/2024 | |
| 7.0.15 | 131,919 | 1/9/2024 | |
| 7.0.14 | 133,105 | 11/14/2023 | |
| 7.0.13 | 116,831 | 10/24/2023 | |
| 7.0.12 | 72,071 | 10/10/2023 | |
| 7.0.11 | 806,137 | 9/12/2023 | |
| 7.0.10 | 1,742,442 | 8/8/2023 | |
| 7.0.9 | 393,562 | 7/11/2023 | |
| 7.0.8 | 406,434 | 6/22/2023 | |
| 7.0.7 | 38,156 | 6/13/2023 | |
| 7.0.5 | 1,790,160 | 4/11/2023 | |
| 7.0.4 | 140,392 | 3/14/2023 | |
| 7.0.3 | 292,668 | 2/14/2023 | |
| 7.0.2 | 1,162,381 | 1/10/2023 | |
| 7.0.1 | 140,619 | 12/13/2022 | |
| 7.0.0 | 238,956 | 11/7/2022 | |
| 7.0.0-rc.2.22472.11 | 1,594 | 10/11/2022 | |
| 7.0.0-rc.1.22426.7 | 1,587 | 9/14/2022 | |
| 7.0.0-preview.7.22376.2 | 742 | 8/9/2022 | |
| 7.0.0-preview.6.22329.4 | 4,176 | 7/12/2022 | |
| 7.0.0-preview.5.22302.2 | 512 | 6/14/2022 | |
| 7.0.0-preview.4.22229.2 | 697 | 5/10/2022 | |
| 7.0.0-preview.3.22175.1 | 664 | 4/13/2022 | |
| 7.0.0-preview.2.22153.1 | 1,061 | 3/14/2022 | |
| 7.0.0-preview.1.22076.6 | 602 | 2/17/2022 | |
| 6.0.36 | 64,289 | 11/12/2024 | |
| 6.0.35 | 71,915 | 10/8/2024 | |
| 6.0.33 | 44,779 | 8/13/2024 | |
| 6.0.32 | 14,838 | 7/9/2024 | |
| 6.0.31 | 30,809 | 5/28/2024 | |
| 6.0.30 | 8,356 | 5/14/2024 | |
| 6.0.29 | 51,615 | 4/9/2024 | |
| 6.0.28 | 46,238 | 3/12/2024 | |
| 6.0.27 | 36,612 | 2/13/2024 | |
| 6.0.26 | 56,723 | 1/9/2024 | |
| 6.0.25 | 181,500 | 11/14/2023 | |
| 6.0.24 | 63,183 | 10/24/2023 | |
| 6.0.23 | 24,462 | 10/10/2023 | |
| 6.0.22 | 68,117 | 9/12/2023 | |
| 6.0.21 | 295,568 | 8/8/2023 | |
| 6.0.20 | 75,333 | 7/11/2023 | |
| 6.0.19 | 1,245,992 | 6/22/2023 | |
| 6.0.18 | 21,944 | 6/13/2023 | |
| 6.0.16 | 469,752 | 4/11/2023 | |
| 6.0.15 | 96,699 | 3/14/2023 | |
| 6.0.14 | 193,293 | 2/14/2023 | |
| 6.0.13 | 646,244 | 1/10/2023 | |
| 6.0.12 | 232,991 | 12/13/2022 | |
| 6.0.11 | 1,342,860 | 11/7/2022 | |
| 6.0.10 | 285,037 | 10/11/2022 | |
| 6.0.9 | 949,418 | 9/13/2022 | |
| 6.0.8 | 366,062 | 8/9/2022 | |
| 6.0.7 | 352,956 | 7/12/2022 | |
| 6.0.6 | 293,167 | 6/14/2022 | |
| 6.0.5 | 264,329 | 5/10/2022 | |
| 6.0.4 | 195,296 | 4/11/2022 | |
| 6.0.3 | 630,928 | 3/8/2022 | |
| 6.0.2 | 249,001 | 2/8/2022 | |
| 6.0.1 | 581,802 | 12/14/2021 | |
| 6.0.0 | 400,463 | 11/8/2021 | |
| 6.0.0-rc.2.21480.5 | 4,648 | 10/12/2021 | |
| 6.0.0-rc.1.21452.10 | 860 | 9/14/2021 | |
| 6.0.0-preview.7.21378.4 | 853 | 8/10/2021 | |
| 6.0.0-preview.6.21352.1 | 1,280 | 7/14/2021 | |
| 6.0.0-preview.5.21301.9 | 6,655 | 6/15/2021 | |
| 6.0.0-preview.4.21253.1 | 603 | 5/24/2021 | |
| 6.0.0-preview.3.21201.2 | 892 | 4/8/2021 | |
| 6.0.0-preview.2.21154.2 | 606 | 3/11/2021 | |
| 6.0.0-preview.1.21102.2 | 656 | 2/12/2021 | |
| 5.0.17 | 160,926 | 5/10/2022 | |
| 5.0.16 | 10,027 | 4/11/2022 | |
| 5.0.15 | 41,009 | 3/8/2022 | |
| 5.0.14 | 25,825 | 2/8/2022 | |
| 5.0.13 | 87,068 | 12/14/2021 | |
| 5.0.12 | 31,292 | 11/7/2021 | |
| 5.0.11 | 178,364 | 10/12/2021 | |
| 5.0.10 | 161,859 | 9/14/2021 | |
| 5.0.9 | 166,700 | 8/10/2021 | |
| 5.0.8 | 220,036 | 7/13/2021 | |
| 5.0.7 | 247,600 | 6/8/2021 | |
| 5.0.6 | 264,405 | 5/11/2021 | |
| 5.0.5 | 198,941 | 4/6/2021 | |
| 5.0.4 | 109,670 | 3/9/2021 | |
| 5.0.3 | 85,856 | 2/9/2021 | |
| 5.0.2 | 143,565 | 1/12/2021 | |
| 5.0.1 | 91,821 | 12/8/2020 | |
| 5.0.0 | 142,584 | 11/9/2020 | |
| 5.0.0-rc.2.20475.6 | 2,410 | 10/13/2020 | |
| 5.0.0-rc.1.20451.13 | 6,015 | 9/14/2020 | |
| 5.0.0-preview.8.20407.4 | 3,955 | 8/25/2020 | |
| 5.0.0-preview.7.20365.15 | 1,925 | 7/21/2020 | |
| 5.0.0-preview.6.20312.4 | 829 | 6/25/2020 | |
| 5.0.0-preview.5.20278.2 | 733 | 6/10/2020 | |
| 5.0.0-preview.4.20220.10 | 9,413 | 5/18/2020 | |
| 5.0.0-preview.3.20181.2 | 5,290 | 4/23/2020 | |
| 5.0.0-preview.2.20159.4 | 941 | 4/2/2020 | |
| 5.0.0-preview.2.20120.8 | 1,444 | 3/16/2020 | |
| 3.1.32 | 161,453 | 12/13/2022 | |
| 3.1.31 | 4,952 | 11/8/2022 | |
| 3.1.30 | 43,757 | 10/11/2022 | |
| 3.1.29 | 38,382 | 9/13/2022 | |
| 3.1.28 | 6,269 | 8/9/2022 | |
| 3.1.27 | 13,588 | 7/12/2022 | |
| 3.1.26 | 19,067 | 6/14/2022 | |
| 3.1.25 | 28,788 | 5/10/2022 | |
| 3.1.24 | 20,240 | 4/11/2022 | |
| 3.1.23 | 53,326 | 3/8/2022 | |
| 3.1.22 | 133,672 | 12/14/2021 | |
| 3.1.21 | 106,243 | 11/7/2021 | |
| 3.1.20 | 20,680 | 10/11/2021 | |
| 3.1.19 | 16,393 | 9/14/2021 | |
| 3.1.18 | 60,000 | 8/10/2021 | |
| 3.1.17 | 61,535 | 7/13/2021 | |
| 3.1.16 | 190,509 | 6/8/2021 | |
| 3.1.15 | 76,985 | 5/11/2021 | |
| 3.1.14 | 176,145 | 4/6/2021 | |
| 3.1.13 | 53,975 | 3/9/2021 | |
| 3.1.12 | 48,506 | 2/9/2021 | |
| 3.1.11 | 164,941 | 1/12/2021 | |
| 3.1.10 | 209,592 | 11/9/2020 | |
| 3.1.9 | 346,798 | 10/13/2020 | |
| 3.1.8 | 241,651 | 9/8/2020 | |
| 3.1.7 | 296,102 | 8/11/2020 | |
| 3.1.6 | 186,545 | 7/14/2020 | |
| 3.1.5 | 196,201 | 6/9/2020 | |
| 3.1.4 | 114,817 | 5/12/2020 | |
| 3.1.3 | 429,137 | 3/24/2020 | |
| 3.1.2 | 269,136 | 2/19/2020 | |
| 3.1.1 | 169,569 | 1/14/2020 | |
| 3.1.0 | 184,735 | 12/3/2019 | |
| 3.1.0-preview3.19554.8 | 1,155 | 11/13/2019 | |
| 3.1.0-preview2.19525.5 | 646 | 11/1/2019 | |
| 3.1.0-preview1.19506.2 | 615 | 10/15/2019 | |
| 3.0.3 | 3,956 | 2/19/2020 | |
| 3.0.2 | 1,826 | 1/14/2020 | |
| 3.0.1 | 14,812 | 11/18/2019 | |
| 3.0.0 | 104,480 | 9/23/2019 | |
| 3.0.0-rc1.19456.14 | 936 | 9/16/2019 | |
| 3.0.0-preview9.19423.6 | 1,246 | 9/4/2019 | |
| 3.0.0-preview8.19405.11 | 1,968 | 8/13/2019 | |
| 3.0.0-preview7.19362.6 | 1,437 | 7/23/2019 | |
| 3.0.0-preview6.19304.10 | 939 | 6/12/2019 | |
| 3.0.0-preview5.19227.1 | 802 | 5/6/2019 | |
| 3.0.0-preview4.19216.3 | 1,051 | 4/18/2019 | |
| 3.0.0-preview3.19153.1 | 1,828 | 3/6/2019 | |
| 3.0.0-preview.19074.3 | 1,722 | 1/29/2019 | |
| 3.0.0-preview.18572.1 | 843 | 12/3/2018 | |
| 2.2.6 | 491,320 | 7/9/2019 | |
| 2.2.4 | 312,159 | 4/9/2019 | |
| 2.2.3 | 81,581 | 3/11/2019 | |
| 2.2.2 | 84,952 | 2/12/2019 | |
| 2.2.1 | 59,677 | 1/8/2019 | |
| 2.2.0 | 121,064 | 12/3/2018 | |
| 2.2.0-preview3-35497 | 4,825 | 10/17/2018 | |
| 2.2.0-preview2-35157 | 6,764 | 9/12/2018 |