![]() |
VOOZH | about |
| Advisory: https://github.com/advisories/GHSA-2m69-gcr7-jv3q | Severity: high |
dotnet add package SQLitePCLRaw.lib.e_sqlite3.android --version 2.1.2-pre20220916165053
NuGet\Install-Package SQLitePCLRaw.lib.e_sqlite3.android -Version 2.1.2-pre20220916165053
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3.android" Version="2.1.2-pre20220916165053" />
<PackageVersion Include="SQLitePCLRaw.lib.e_sqlite3.android" Version="2.1.2-pre20220916165053" />Directory.Packages.props
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3.android" />Project file
paket add SQLitePCLRaw.lib.e_sqlite3.android --version 2.1.2-pre20220916165053
#r "nuget: SQLitePCLRaw.lib.e_sqlite3.android, 2.1.2-pre20220916165053"
#:package SQLitePCLRaw.lib.e_sqlite3.android@2.1.2-pre20220916165053
#addin nuget:?package=SQLitePCLRaw.lib.e_sqlite3.android&version=2.1.2-pre20220916165053&prereleaseInstall as a Cake Addin
#tool nuget:?package=SQLitePCLRaw.lib.e_sqlite3.android&version=2.1.2-pre20220916165053&prereleaseInstall 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 | net6.0-android31.0 net6.0-android31.0 is compatible. net7.0-android net7.0-android was computed. net8.0-android net8.0-android was computed. net9.0-android net9.0-android was computed. net10.0-android net10.0-android was computed. |
| MonoAndroid | monoandroid90 monoandroid90 is compatible. |
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
|