Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite 11.0.0-preview.2.26159.112

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

Requires NuGet 3.6 or higher.

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

Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite enables use of SpatiaLite spatial data for SQLite with Entity Framework Core and NetTopologySuite.

Usage

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

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
    => options.UseSqlite("Data Source=spatialdata.dat", 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 net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Sqlite.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.Initialization

Extension methods which allow each DbContext to be initialized & destroyed independently based on its Model.

EFCore.Sharding.SQLite

Package Description

EntityFrameworkCore.Generator.Core

.NET Core command-line (CLI) tool to generate Entity Framework Core source files.

EFCore3.Sharding.SQLite

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Sqlite.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
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
abpframework/abp-samples
Sample solutions built with the ABP Framework
Coldairarrow/EFCore.Sharding
Database Sharding For EFCore
loresoft/EntityFrameworkCore.Generator
Generate Entity Framework Core model from an existing database
Version Downloads Last Updated
11.0.0-preview.2.26159.112 103 3/10/2026
11.0.0-preview.1.26104.118 99 2/10/2026
10.0.5 13,492 3/12/2026
10.0.4 734 3/10/2026
10.0.3 23,382 2/10/2026
10.0.2 24,430 1/13/2026
10.0.1 7,841 12/9/2025
10.0.0 6,558 11/11/2025
10.0.0-rc.2.25502.107 268 10/14/2025
9.0.14 363 3/10/2026
9.0.13 812 2/10/2026
9.0.12 3,741 1/13/2026
9.0.11 36,184 11/11/2025
9.0.10 12,467 10/14/2025
9.0.9 12,508 9/9/2025
8.0.25 1,254 3/10/2026
8.0.24 962 2/10/2026
8.0.23 937 1/13/2026
8.0.22 1,802 11/11/2025
8.0.21 3,862 10/14/2025
Loading failed