Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite
10.0.0-preview.4.25255.103
Prefix Reserved
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite --version 10.0.0-preview.4.25255.103
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite -Version 10.0.0-preview.4.25255.103
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" Version="10.0.0-preview.4.25255.103" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" Version="10.0.0-preview.4.25255.103" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite" />
paket add Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite --version 10.0.0-preview.4.25255.103
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite, 10.0.0-preview.4.25255.103"
#addin nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite&version=10.0.0-preview.4.25255.103&prerelease
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite&version=10.0.0-preview.4.25255.103&prerelease
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 | Versions 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. |
-
net10.0
- Microsoft.EntityFrameworkCore.Sqlite.Core (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Caching.Memory (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.DependencyModel (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.4.25255.103)
- mod_spatialite (>= 4.3.0.1)
- NetTopologySuite (>= 2.5.0)
- NetTopologySuite.IO.SpatiaLite (>= 2.0.0)
- SQLitePCLRaw.core (>= 2.1.10)
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 |
---|---|---|
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 | 0 | 11/30/2018 |