SocketIO.Serializer.SystemTextJson
by: doghappy
- 16 total downloads
- Latest version: 3.1.2
Package Description
SocketIOClient
by: doghappy
- 442 total downloads
- Latest version: 4.0.3
socket.io-client implemention for .NET
SocketIOClient.Common
by: doghappy
- 4 total downloads
- Latest version: 4.0.0
socket.io-client implemention for .NET
SocketIOClient.Serializer
by: doghappy
- 4 total downloads
- Latest version: 4.0.0.1
socket.io-client implemention for .NET
SocketIOClient.Serializer.NewtonsoftJson
by: doghappy
- 3 total downloads
- Latest version: 4.0.0.1
socket.io-client implemention for .NET
Sodium.Core
by: Adam Caudill Trond Arne Bråthen & Contributors
- 120 total downloads
- Latest version: 1.4.1-preview.1
libsodium for .net core
SourceGear.sqlite3
by: Eric Sink
- 17 total downloads
- Latest version: 3.50.4.5
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.
SourceLink.Create.CommandLine
by: Cameron Taggart
- 120 total downloads
- Latest version: 2.8.3
SourceLink: Source Code On Demand
Source Link your Portable PDB files to allow source code to be downloaded on demand
Splat
by: .NET Foundation and Contributors
- 580 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Builder
by: .NET Foundation and Contributors
- 18 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Core
by: .NET Foundation and Contributors
- 11 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Drawing
by: .NET Foundation and Contributors
- 353 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Logging
by: .NET Foundation and Contributors
- 11 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Sprache
by: Sprache
- 142 total downloads
- Latest version: 3.0.0-develop-00049
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
SQLite
by: SQLite Development Team
- 11 total downloads
- Latest version: 3.13.0
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).
SQLite.Native
by: SQLite Development Team
- 9 total downloads
- Latest version: 3.12.3
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.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 147 total downloads
- Latest version: 3.0.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.bundle_green
by: Eric Sink
- 310 total downloads
- Latest version: 2.1.11
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.
SQLitePCLRaw.config.e_sqlite3
by: Eric Sink
- 3 total downloads
- Latest version: 3.0.2
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.core
by: Eric Sink
- 274 total downloads
- Latest version: 3.0.2
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().