NetTopologySuite.IO.SpatiaLite 2.0.0

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

This package contains the SpatiaLite IO library.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (20)

Showing the top 5 NuGet packages that depend on NetTopologySuite.IO.SpatiaLite:

Package Downloads
EFCore.BulkExtensions.Sqlite

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite

Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite

NetTopologySuite support for the SQLite database provider for Entity Framework Core.

EFCore.BulkExtensions.MIT

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

Youshow.Ace.Data

数据模块

Devart.Data.SQLite.EFCore.NetTopologySuite

dotConnect for SQLite is a high-performance ORM enabled data provider for SQLite that builds on ADO.NET technology. The provider works with .NET Frameworks 2.0+, .NET Core 1.0+, .NET 5+. It supports a wide range of SQLite-specific features, such as a variety of built-in encryption methods, including TripleDES, Blowfish, AES128, AES192, AES256, Cast128, and RC4. We provide integration with advanced encryption solutions such as SQLiteCrypt and SQLCipher, which typically require separate licenses but are included in our product at no extra cost. Additionally, it supports user-defined functions, CEROD, support for enabling SQLite extensions with connection string parameters, and others. More information at https://www.devart.com/dotconnect/sqlite/ License dotConnect for SQLite is available in several editions https://www.devart.com/dotconnect/sqlite/ordering.html The NuGet package initiates the retrieval of an activation key from the Devart website. This key is required to activate the product for a free trial. Key Features * Built-in SQLite Encryption: Supports robust encryption for your SQLite databases such as TripleDES, Blowfish, AES128, AES192, AES256, Cast128, RC4. * Easy Connection: Allows your application to work with SQLite. * ASP.NET Core: Supports ASP.NET Core Identity. * Performance: Uses many SQLite-specific performance features and optimizations to ensure the highest performance. * Monitoring: Allows per-component tracing of database events with a free dbMonitor application. * Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely.

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on NetTopologySuite.IO.SpatiaLite:

Repository Stars
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
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
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
DotSpatial/DotSpatial
Geographic information system library written for .NET
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
videokojot/EFCore.BulkExtensions.MIT
Version Downloads Last Updated
2.0.0 19,712,650 8/26/2019
2.0.0-pre001 7,674 6/30/2019
1.15.1 326,968 6/2/2019
1.15.0 107,833 7/20/2018
1.15.0-pre063 1,494 3/8/2018
1.15.0-pre062 1,420 3/5/2018
1.15.0-pre061 1,180 3/2/2018
1.15.0-pre060 1,403 3/2/2018
1.15.0-pre059 1,472 3/1/2018
1.15.0-pre058 1,404 3/1/2018
1.15.0-pre057 1,442 3/1/2018
1.15.0-pre056 1,168 3/1/2018
1.15.0-pre054 1,444 2/28/2018
1.15.0-pre053 1,410 2/28/2018
1.15.0-pre052 1,190 2/22/2018
1.15.0-pre051 1,130 2/22/2018
1.15.0-pre050 1,177 2/22/2018
1.15.0-pre049 1,170 2/22/2018
1.15.0-pre048 1,180 2/20/2018
1.15.0-pre047 1,413 2/20/2018
Loading failed