Slugify.Core
by: Chad Tolkien Federico Cingolani
- 169 total downloads
- Latest version: 5.1.1
Simple Slug / Clean URL generator helper for Microsoft .NET framework and .NET Standard.
With default settings, you will get an hyphenized, lowercase, alphanumeric version of any string you please, with any diacritics removed and collapsed whitespace, collapsed dashes and trimmed whitespace.
SmartFormat
by: axuno gGmbH Scott Rippey SmartFormat Project maintainers and contributors.
- 198 total downloads
- Latest version: 3.6.1
This package contains the core SmartFormat assemblies with core extensions built-in.
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format.
It uses extensions to provide named placeholders, localization, pluralization, gender conjugation, and list and time formatting.
smtpapi
by: Brandon West
- 11 total downloads
- Latest version: 1.0.0
Easily build SendGrid SMTPAPI headers.
Snappier
by: btburnett3
- 182 total downloads
- Latest version: 1.3.1
A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly
from the official C++ implementation, with the addition of support for the framed stream format.
By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported
by .NET. However, Snappier performs best in .NET 6 and later on little-endian x86/64 processors with the
help of System.Runtime.Instrinsics.
SolrNet.Core
by: Mauricio Scheffer and contributors
- 327 total downloads
- Latest version: 1.2.1
SolrNet is a .NET Open Source client for Apache Solr. This version of SolrNet is compatible with Solr 1.x to Solr 8.x. This is the SolrNet.Core package, and should be used in combination with any of our easy to use Dependency Injection SolrNet integration libraries.
SolrNet.Microsoft.DependencyInjection
by: Gidon Junge and contributors
- 230 total downloads
- Latest version: 1.2.1
SolrNet extensions for Microsoft.Extensions.DependencyInjection. SolrNet is a .NET Open Source client for Apache Solr. This version of SolrNet is compatible with Solr 1.x to Solr 7.x.
SourceGear.sqlite3
by: Eric Sink
- 46 total downloads
- Latest version: 3.53.4
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.
Spatial4n
by: Itamar Syn-Hershko Shad Storhaug
- 16 total downloads
- Latest version: 0.4.1.1
A Geospatial Library for .NET - a .NET port of spatial4j
Spatial4n.Core
by: Itamar Syn-Hershko Shad Storhaug
- 73 total downloads
- Latest version: 0.4.1
A Geospatial Library for .NET - a .NET port of spatial4j
Spectre.Console
by: Patrik Svensson Phil Scott Nils Andresen Cédric Luthi
- 6,112k total downloads
- Latest version: 0.57.3-alpha.0.7
A library that makes it easier to create beautiful console applications.
Spectre.Console.Ansi
by: Patrik Svensson Phil Scott Nils Andresen Cédric Luthi
- 695 total downloads
- Latest version: 0.57.3-alpha.0.7
A library that makes it easier to create beautiful console applications.
SQLite
by: Eric Sink
- 29 total downloads
- Latest version: 3.53.4
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.
SQLite.Native
by: SQLite Development Team
- 13 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.
SQLite3MC.PCLRaw.bundle
by: Ulrich Telle et al.
- 40 total downloads
- Latest version: 2.4.0
A SQLitePCLRaw bundle for SQLite3 Multiple Ciphers--an encryption extension for SQLite with support for multiple ciphers. Includes SQLite3 Multiple Ciphers 2.4.0, based on SQLite 3.53.4.
SQLite3MC.PCLRaw.lib
by: Ulrich Telle et al.
- 44 total downloads
- Latest version: 2.4.0
Native binaries of the sqlite3mc library. Use SQLite3MC.PCLRaw.provider to access the library.
SQLite3MC.PCLRaw.provider
by: Ulrich Telle et al.
- 43 total downloads
- Latest version: 2.4.0
A SQLitePCLRaw provider that enables access to the native sqlite3mc library included by the SQLite3MC.PCLRaw.lib package.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 767 total downloads
- Latest version: 3.0.5
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
- 828 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
- 30 total downloads
- Latest version: 3.0.5
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
- 1,126k total downloads
- Latest version: 3.0.5
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().