![]() |
VOOZH | about |
| Advisory: https://github.com/advisories/GHSA-2m69-gcr7-jv3q | Severity: high |
dotnet add package SQLitePCLRaw.lib.e_sqlite3.android --version 2.1.11
NuGet\Install-Package SQLitePCLRaw.lib.e_sqlite3.android -Version 2.1.11
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3.android" Version="2.1.11" />
<PackageVersion Include="SQLitePCLRaw.lib.e_sqlite3.android" Version="2.1.11" />Directory.Packages.props
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3.android" />Project file
paket add SQLitePCLRaw.lib.e_sqlite3.android --version 2.1.11
#r "nuget: SQLitePCLRaw.lib.e_sqlite3.android, 2.1.11"
#:package SQLitePCLRaw.lib.e_sqlite3.android@2.1.11
#addin nuget:?package=SQLitePCLRaw.lib.e_sqlite3.android&version=2.1.11Install as a Cake Addin
#tool nuget:?package=SQLitePCLRaw.lib.e_sqlite3.android&version=2.1.11Install as a Cake Tool
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-android31.0 net6.0-android31.0 is compatible. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. monoandroid90 monoandroid90 is compatible. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on SQLitePCLRaw.lib.e_sqlite3.android:
| Package | Downloads |
|---|---|
|
SQLitePCLRaw.bundle_green
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms. |
|
|
CryptoSQLite.ORM
ORM for SQLite with data encryption. Supported Xamarin platforms: - Android - iOS 1. Just add [CryptoTable("TableName")] attribute to your class definition (Table) and [Encrypted] attribute to properties in your class that you want to be stored in a database file in encrypted view. 2. Generate your own personal encryption key, and pass it to CryptoSQLite library. 3. CryptoSQLite will encrypt all properties that have '[Encrypted]' attribute automatically when you are adding (updating) elements to your Table and decrypt all [Encrypted] properties when you are getting elements from a Table in the database file. Last updates: In 3.0.2 version .NET Standard compatibility added and fixed minor issues |
|
|
Fluker
This package contains common classes and interfaces that are used in other Fluker controls. |
|
|
NomadCode.Azure.Offline
A library to simplify working with data in Azure Mobile Apps. |
|
|
Fluker.Media
This package contains classes, interfaces, controls and utility for support media like video, pdf and images in the app. It depends on Fluker |
Showing the top 11 popular GitHub repositories that depend on SQLitePCLRaw.lib.e_sqlite3.android:
| Repository | Stars |
|---|---|
|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
|
mono/Embeddinator-4000
Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
|
|
| xamarin/Sport | |
|
adrianhall/develop-mobile-apps-with-csharp-and-azure
The Book Contents - Develop Mobile Apps with C# and Azure
|
|
|
xamarinhq/app-myshoppe
Cross-platform Xamarin.Forms sample for managing stores.
|
|
|
microsoft/XamarinAzure_ShoppingDemoApp
Xamarin and Azure Better Together demo app team.
|
|
|
Clancey/gMusic
This is a multi platform music player.
|
|
|
kentcb/WorkoutWotch
Repository for my video series on building an iOS app in .NET.
|
|
|
JoesWeek/Cnblogs
博客园第三方Android客户端,Xamarin App,Material Design风格
|
|
|
conceptdev/xamarin-samples
Xamarin.iOS and Xamarin.Android samples (aka MonoTouch or Mono-for-Android)
|
|
|
aritchie/notifications
Local notifications for iOS, Android, & Windows. Includes badges, scheduled notifications, sounds, & context actions
|