SQLitePCLRaw.lib.e_sqlite3 by: Eric Sink
  • 606 total downloads
  • Latest version: 2.1.11
  • sqlite;xamarin
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_*.
SkiaSharp.Views.Desktop.Common by: Microsoft
  • 752 total downloads
  • Latest version: 3.119.2-preview.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Splat by: .NET Foundation and Contributors
  • 1,143k total downloads
  • Latest version: 17.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
SpecFlow.Internal.Json by: SpecFlow Team
  • 10 total downloads
  • Latest version: 1.0.8
  • Json Serialisation
A really simple C# JSON parser.
SQLite by: SQLite Development Team
  • 24 total downloads
  • Latest version: 3.13.0
  • SQLite,embedded,database,sql
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Linux, macOS, and Windows (desktop and Universal Windows apps).
SQLitePCLRaw.bundle_e_sqlite3 by: Eric Sink
  • 771 total downloads
  • Latest version: 3.0.2
  • sqlite
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SourceGear.sqlite3 by: Eric Sink
  • 23 total downloads
  • Latest version: 3.50.4.5
  • sqlite
This package contains builds of the native SQLite code for various platforms. These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.
SkiaSharp.NativeAssets.macOS by: Microsoft
  • 479 total downloads
  • Latest version: 3.119.2-preview.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Splat.Builder by: .NET Foundation and Contributors
  • 23 total downloads
  • Latest version: 17.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
SkiaSharp.NativeAssets.Win32 by: Microsoft
  • 458 total downloads
  • Latest version: 3.119.2-preview.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
sqlite-net-pcl by: SQLite-net
  • 256 total downloads
  • Latest version: 1.10.196-beta
  • sqlite-net sqlite database orm
SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite.
SQLitePCL.raw by: Eric Sink, et al
  • 11 total downloads
  • Latest version: 0.9.4-pre1
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
NOTE: As of the 1.0 release, package IDs for SQLitePCL.raw now begin with SQLitePCLRaw.*. Some use cases will involve minor breaking changes in the transition. See README on GitHub for more info. SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. On platforms (like Android or iOS) where SQLite is preinstalled, this package may be all you need. On other platforms, or if you want to use a different SQLite build, see the SQLitePCL.plugin.* packages. (Note that with the 0.8.0 release, the ID of this package changed from 'SQLitePCL.raw_basic' to 'SQLitePCL.raw'. Eventually, the old ID will stop getting updates.)
Splat.Core by: .NET Foundation and Contributors
  • 18 total downloads
  • Latest version: 17.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
SpecFlow by: SpecFlow Team
  • 560 total downloads
  • Latest version: 4.0.31-beta
  • specflow bdd gherkin cucumber
SpecFlow aims at bridging the communication gap between domain experts and developers by binding business readable behavior specifications to the underlying implementation. Our mission is to provide a pragmatic and frictionless approach to Acceptance Test Driven Development and Behavior Driven Development for .NET projects today.
Splat.Logging by: .NET Foundation and Contributors
  • 18 total downloads
  • Latest version: 17.1.1
  • drawing colours geometry logging unit test detection service location image handling portable xamarin xamarin ios xamarin mac android
A library to make things cross-platform that should be.
SQLitePCLRaw.core by: Eric Sink
  • 911 total downloads
  • Latest version: 3.0.2
  • sqlite
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider().
SQLitePCLRaw.config.e_sqlite3 by: Eric Sink
  • 5 total downloads
  • Latest version: 3.0.2
  • sqlite
This package sets the configuration for using e_sqlite3 but does not bring in that native library itself. It's like bundle_e_sqlite3, except it's hollow.
SQLitePCLRaw.bundle_green by: Eric Sink
  • 697 total downloads
  • Latest version: 2.1.11
  • sqlite
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.
SQLite.Native by: SQLite Development Team
  • 12 total downloads
  • Latest version: 3.12.3
  • sqlite,embedded,database,sql
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Windows, macOS, and Linux.
SkiaSharp.NativeAssets.Linux by: Microsoft
  • 228 total downloads
  • Latest version: 3.119.2-preview.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.