ServiceStack.Interfaces.Core
by: Service Stack
- 461 total downloads
- Latest version: 1.0.44
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Kestrel
by: Service Stack
- 50 total downloads
- Latest version: 1.0.44
Provides AppSelfHostBase implementation for .NET Core's Kestrel Self Host HTTP Server
To get started see: https://servicestack.net/getting-started
ServiceStack.Text.Core
by: Service Stack
- 540 total downloads
- Latest version: 1.0.41
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
Contains ServiceStack's high-performance text-processing powers, for more info see: https://servicestack.net/text
SharpCompress
by: Adam Hathcock
- 431 total downloads
- Latest version: 0.25.1
SharpCompress is a compression library for NET Standard 1.3/2.0/NET 4.6 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
SharpZipLib
by: ICSharpCode
- 55 total downloads
- Latest version: 1.0.0-alpha2
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
SimMetrics.Net
by: Hamed Fathi Stef Heyenrath
- 97 total downloads
- Latest version: 1.0.5
SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).
SixLabors.Core
by: Six Labors
- 172 total downloads
- Latest version: 1.0.0-beta0008
Low level primitives for use across Six Labors projects.
SixLabors.Fonts
by: Six Labors and contributors
- 412 total downloads
- Latest version: 1.0.0-beta15
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
SixLabors.ImageSharp
by: Six Labors and contributors
- 237 total downloads
- Latest version: 3.1.6
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Web
by: Six Labors and contributors
- 193 total downloads
- Latest version: 3.1.3
ImageSharp Middleware for serving images via a url based API.
SkiaSharp.NativeAssets.Linux.NoDependencies
by: Microsoft
- 1.035k total downloads
- Latest version: 2.88.9
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.
This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries.
The complete dependency list is:
- libpthread.so.0
- libdl.so.2
- libm.so.6
- libc.so.6
- ld-linux-x86-64.so.2
The excluded dependencies are:
- Fontconfig
SmartAnalyzers.ExceptionAnalyzer
by: Cezary Piatek
- 14 total downloads
- Latest version: 1.0.10
A set of Roslyn analyzers related to exceptions usages
Sprache
by: Nicholas Blumhardt Contributors
- 421 total downloads
- Latest version: 2.3.2-develop-00042
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
SQLitePCLRaw.core
by: Eric Sink et al
- 340 total downloads
- Latest version: 1.1.14
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. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.ios
by: Eric Sink
- 105 total downloads
- Latest version: 2.1.11-pre20241216174303
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_*.
SqlKata
by: Ahmad Moussawi
- 710 total downloads
- Latest version: 2.2.0
A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird
SSH.NET
by: Renci
- 188 total downloads
- Latest version: 2020.0.2
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.
SshNet.Security.Cryptography
by: Renci
- 63 total downloads
- Latest version: 1.3.0
Cryptographic functions for .NET
starkbank-ecdsa
by: Stark Bank
- 15 total downloads
- Latest version: 1.3.3
Pure C# implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) by Stark Bank
Stef.Validation
by: Stef Heyenrath
- 89 total downloads
- Latest version: 0.1.1
Argument validation like: Guard.NotNull, Guard.NotNullOrEmpty, Guard.NotNullOrWhiteSpace, Guard.Condition en Guard.HasNoNulls.