SharpCompress by: Adam Hathcock
  • 251 total downloads
  • Latest version: 0.24.0
  • rar unrar zip unzip bzip2 gzip tar 7zip lzip xz
SharpCompress is a compression library for NET Standard 1.0 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.
sharpcompress by: Adam Hathcock
  • 7 total downloads
  • Latest version: 0.8.0
  • rar unrar zip unzip bzip2 gzip tar 7zip .net40 .net35 sl4
SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, decompress 7zip, zip/unzip, tar/untar 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: http://www.icsharpcode.net/
  • 10 total downloads
  • Latest version: 0.86.0
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).
Shouldly by: Jake Ginnivan Joseph Woodward Simon Cropp
  • 25 total downloads
  • Latest version: 4.1.0
  • test unit testing TDD AAA should testunit rspec assert assertion framework
Shouldly - Assertion framework for .NET. The way asserting *Should* be
Simple.OData.Client by: Vagif Abilov David Bond Robert McLaws and contributors.
  • 6 total downloads
  • Latest version: 6.1.0-CI-20240712-015507
  • odata wcf data services simpleodata v3 v4
Simple.OData.Client helps you interact with OData APIs that comply with any version of the OData standard. Modern APIs will likely want to use the Simple.OData.V4.Client package, which has a smaller memory footprint and is optimized for OData V4. Commonly used types: Simple.OData.Client.ODataClient
SixLabors.Core by: Six Labors
  • 8 total downloads
  • Latest version: 1.0.0-beta0002
  • rectangle point size primitives
Low level primitives for use across Six Labors projects..
SixLabors.Fonts by: Six Labors and contributors
  • 16 total downloads
  • Latest version: 1.0.0-beta0001
  • font truetype opentype woff
A cross-platform library for loading and laying out for processing and measuring; written in C#
SixLabors.ImageSharp by: Six Labors and contributors
  • 88 total downloads
  • Latest version: 3.1.10
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Drawing by: Six Labor and contributors
  • 5 total downloads
  • Latest version: 1.0.0-beta0001
  • Image Draw Shape Path Font Text ImageSharp
An extension to ImageSharp that allows the drawing of images, paths, and text. This is the official release of ImageSharp.Drawing by the Six Labors team who own the ImageSharp codebase.
SixLabors.Shapes by: Scott Williams and contributors
  • 7 total downloads
  • Latest version: 1.0.0-beta0001
  • polygon rectangle point in polygon complex polygons shape 2D
Polygon manipulation/merging and interrogation library. Its a fully manged netstandard library so should work everywhere.
SixLabors.Shapes.Text by: Scott Williams and contributors
  • 27 total downloads
  • Latest version: 1.0.0-beta0001
  • shapes text
Allows generating glyphs for text and a font for manipulation using SixLabors.Shapes
SkiaSharp.NativeAssets.Linux by: Microsoft
  • 164 total downloads
  • Latest version: 3.118.0-preview.1.2
  • 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.
Slapper.AutoMapper by: Randy Burden & contributors
  • 52 total downloads
  • Latest version: 1.0.0.9
  • Slapper.AutoMapper slapper automapper mapper map dynamic
Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.
SpecFlow by: SpecFlow Team
  • 524 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.
SpecFlow.NUnit by: SpecFlow Team
  • 644 total downloads
  • Latest version: 4.0.31-beta
  • specflow nunit
Package to use SpecFlow with NUnit 3.13 and later
SpecFlow.Tools.MsBuild.Generation by: SpecFlow Team
  • 552 total downloads
  • Latest version: 4.0.31-beta
  • specflow msbuild
Package to enable the code-behind file generation during build time http://specflow.org/documentation/Generate-Tests-from-MsBuild/
SpreadsheetLight by: Vincent Tan
  • 92 total downloads
  • Latest version: 3.4.9
  • excel spreadsheet openxml ooxml xlsx txt csv
SpreadsheetLight is an open source Open XML spreadsheet library for .NET Framework written in C#, and is released under the MIT License. You can create new Open XML spreadsheets, or work with existing Open XML spreadsheets that are compatible with Microsoft Excel 2007/2010/2013 and LibreOffice Calc. No Office/Excel Interop needed. You do not need Microsoft Office/Excel to be installed. Dependency: Open XML SDK 2.5
SQLite by: SQLite Development Team
  • 15 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).
SQLite.Native by: SQLite Development Team
  • 6 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.
SQLitePCLRaw.core by: Eric Sink et al
  • 131 total downloads
  • Latest version: 1.1.14
  • sqlite pcl database xamarin monotouch ios monodroid android wp8 wpa netstandard uwp
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
  • 57 total downloads
  • Latest version: 2.1.11
  • sqlite
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_*.