ServiceStack.Interfaces
by: ServiceStack
- 1.449k total downloads
- Latest version: 8.9.0
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Redis
by: ServiceStack
- 1.558k total downloads
- Latest version: 8.9.0
C# Redis Client for the worlds fastest distributed NoSQL datastore.
Byte[], String and POCO Typed clients.
Thread-Safe Basic and Pooled client managers included.
ServiceStack.Text
by: ServiceStack
- 1.424k total downloads
- Latest version: 8.9.0
.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://github.com/ServiceStack/ServiceStack.Text
SharpCompress
by: Adam Hathcock
- 1.93k total downloads
- Latest version: 0.41.0
SharpCompress is a compression library for NET Standard 2.0/NET 4.8/NET 4.8.1/NET 6.0/NET 8.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
- 42 total downloads
- Latest version: 0.8.0
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: ICSharpCode
- 584 total downloads
- Latest version: 1.4.2
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)
Shouldly
by: Jake Ginnivan Joseph Woodward Simon Cropp
- 844 total downloads
- Latest version: 4.3.0
Shouldly - Assertion framework for .NET. The way asserting *Should* be
ShowMeTheXAML
by: Kevin Bost
- 345 total downloads
- Latest version: 2.0.0
Base classes for ShowMeTheXAML. This contains the basic control. If you are wanting to add this to your own project use ShowMeTheXAML.MSBuild.
ShowMeTheXAML.AvalonEdit
by: Kevin Bost
- 282 total downloads
- Latest version: 2.0.0
AvalonEdit style for the ShowMeTheXAML XamlDisplay control.
ShowMeTheXAML.MSBuild
by: Kevin Bost
- 237 total downloads
- Latest version: 2.0.0
ShowMeTheXAML library for providing a simple way to display a control and its corresponding XAML.
SixLabors.Core
by: Six Labors
- 300 total downloads
- Latest version: 1.0.0-beta0008
Low level primitives for use across Six Labors projects.
SixLabors.Fonts
by: Six Labors and contributors
- 1.232k total downloads
- Latest version: 1.0.1
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
SixLabors.ImageSharp
by: Six Labors and contributors
- 1.117k total downloads
- Latest version: 3.1.12
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SmartFormat
by: axuno gGmbH Scott Rippey SmartFormat Project maintainers and contributors.
- 443 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.
SmartFormat.Extensions.Newtonsoft.Json
by: axuno gGmbH Scott Rippey SmartFormat Project maintainers and contributors.
- 341 total downloads
- Latest version: 3.6.1
This package is a SmartFormat extension for formatting Newtonsoft.Json types.
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.
SmartFormat.Extensions.System.Text.Json
by: axuno gGmbH Scott Rippey SmartFormat Project maintainers and contributors.
- 332 total downloads
- Latest version: 3.6.1
This package is a SmartFormat extension for formatting System.Text.Json types.
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.
SmartFormat.Extensions.Time
by: axuno gGmbH Scott Rippey SmartFormat Project maintainers and contributors.
- 464 total downloads
- Latest version: 3.6.1
This package is a SmartFormat extension for formatting System.DateTime, System.DateTimeOffset and System.TimeSpan types.
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.
SmartFormat.Extensions.Xml
by: axuno gGmbH Scott Rippey SmartFormat Project maintainers and contributors.
- 445 total downloads
- Latest version: 3.6.1
This package is a SmartFormat extension for reading and formatting System.Xml.Linq.XElement
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.
SmartFormat.NET
by: axuno gGmbH Scott Rippey SmartFormat Project maintainers and contributors.
- 1.252k total downloads
- Latest version: 3.6.1
This package contains the core SmartFormat assemblies with core extensions built-in,
and includes references to additional SmartFormat.Extensions packages.
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.
SmartFormat.Net
by: Scott Rippey axuno gGmbH Bernhard Millauer and other contributors.
- 58 total downloads
- Latest version: 2.1.0.2
A string composition library written in C# that can format data into a string with a minimal, intuitive syntax. It uses extensions to provide named placeholders, pluralization, gender conjugation, and time and list formatting. Project hosted on GitHub https://github.com/scottrippey/SmartFormat.NET
Targets .NET Framework and .NET Core
Snappier
by: btburnett3
- 392 total downloads
- Latest version: 1.3.0-beta.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.
SourceGear.sqlite3
by: Eric Sink
- 34 total downloads
- Latest version: 3.50.4.2
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.