StyleCop.Analyzers.Unstable by: Sam Harwell et. al.
  • 229 total downloads
  • Latest version: 1.2.0.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
SSH.NET by: Renci
  • 329 total downloads
  • Latest version: 2025.1.0
  • ssh scp sftp
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
SshNet.Security.Cryptography by: Renci
  • 48 total downloads
  • Latest version: 1.3.0
  • crypto
Cryptographic functions for .NET
StyleCop.Analyzers by: Sam Harwell et. al.
  • 979 total downloads
  • Latest version: 1.2.0-beta.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StackExchange.Redis.StrongName by: Stack Exchange, Inc., marc.gravell
  • 391 total downloads
  • Latest version: 1.2.6
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
SQLitePCLRaw.provider.sqlite3.ios_unified by: Eric Sink, et al
  • 290 total downloads
  • Latest version: 1.1.14
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.provider.internal.ios_unified by: Eric Sink, et al
  • 345 total downloads
  • Latest version: 1.1.14
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_internal()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.provider.internal.ios_classic by: Eric Sink, et al
  • 57 total downloads
  • Latest version: 1.0.1
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
A SQLitePCLRaw provider bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_internal()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages.
SvgPathProperties by: zHaytam
  • 78 total downloads
  • Latest version: 1.1.2
  • svg, path, getTotalLength, getPointAtLength, getBBox, builder
Pure C# SVG Path parser and calculations
SQLitePCLRaw.provider.internal by: Eric Sink
  • 685 total downloads
  • Latest version: 3.0.2
  • sqlite
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
SQLitePCLRaw.provider.e_sqlite3.wpa81 by: Eric Sink, et al
  • 269 total downloads
  • Latest version: 1.1.14
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
Square.OkIO.JVM by: Microsoft
  • 257 total downloads
  • Latest version: 3.17.0
  • xamarin artifact=com.squareup.okio:okio-jvm artifact_versioned=com.squareup.okio:okio-jvm:3.17.0
.NET for Android and MAUI bindings for the Android Java library 'com.squareup.okio:okio-jvm'. Library description: A modern I/O library for Android, Java, and Kotlin Multiplatform.
SQLitePCLRaw.provider.sqlite3.ios_classic by: Eric Sink, et al
  • 44 total downloads
  • Latest version: 1.0.1
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
A SQLitePCLRaw provider bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages.
SQLitePCLRaw.provider.sqlite3 by: Eric Sink
  • 514 total downloads
  • Latest version: 3.0.2
  • sqlite
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'sqlite3', to reference the 'system' SQLite. One common use for this provider is to access the SQLite library provided with iOS.
Superpower by: Datalust, Superpower Contributors, Sprache Contributors
  • 1,078k total downloads
  • Latest version: 3.2.1
  • superpower parser
A parser combinator library for C#
Stub.System.Data.SQLite.Core.NetFramework by: SQLite Development Team
  • 31 total downloads
  • Latest version: 1.0.119
  • sqlite database ado.net provider interop
The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.
Stub.System.Data.SQLite.Core.NetStandard by: SQLite Development Team
  • 30 total downloads
  • Latest version: 1.0.119
  • sqlite database ado.net provider interop
The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.
SQLite.UWP.Native by: SQLite Development Team
  • 15 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 Univeral Windows Platform apps.
StackExchange.Redis by: Stack Exchange, Inc., Marc Gravell, Nick Craver
  • 1,165k total downloads
  • Latest version: 3.0.2-preview
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
Square.OkIO by: Microsoft
  • 486 total downloads
  • Latest version: 3.17.0
  • xamarin artifact=com.squareup.okio:okio artifact_versioned=com.squareup.okio:okio:3.17.0
.NET for Android and MAUI bindings for the Android Java library 'com.squareup.okio:okio'. Library description: A modern I/O library for Android, Java, and Kotlin Multiplatform.