Serilog.Sinks.ColoredConsole by: Serilog Contributors
  • 14 total downloads
  • Latest version: 3.0.1
  • serilog console coloredconsole
Now replaced by Serilog.Sinks.Console, please use that package instead. The colored console sink for Serilog
Serilog.Sinks.Console by: Serilog Contributors
  • 99 total downloads
  • Latest version: 4.0.0
  • serilog console terminal
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Debug by: Serilog Contributors
  • 124 total downloads
  • Latest version: 2.0.0
  • serilog debug
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.File by: Serilog Contributors
  • 263 total downloads
  • Latest version: 5.0.0
  • serilog file
Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.PeriodicBatching by: Serilog Contributors
  • 37 total downloads
  • Latest version: 2.1.1
  • serilog batching timer
The periodic batching sink for Serilog
Serilog.Sinks.RollingFile by: Serilog Contributors
  • 16 total downloads
  • Latest version: 3.3.0
  • serilog file io rolling
The rolling file sink for Serilog - Simple .NET logging with fully-structured events
Serilog.Sinks.Splunk by: Matthew Erbs Serilog Contributors
  • 28 total downloads
  • Latest version: 3.6.0
  • serilog splunk logging event collector hec
The Splunk Sink for Serilog
Serilog.Sinks.Splunk.TCP by: Matthew Erbs Serilog Contributors
  • 12 total downloads
  • Latest version: 1.4.0
  • serilog splunk logging tcp
The Splunk TCP Sink for Serilog
Serilog.Sinks.Splunk.UDP by: Matthew Erbs Serilog Contributors
  • 13 total downloads
  • Latest version: 1.4.0
  • serilog splunk logging udp
The Splunk UDP Sink for Serilog
ServiceStack.Redis by: ServiceStack
  • 12 total downloads
  • Latest version: 5.9.2
  • Redis NoSQL Client Distributed Cache PubSub Messaging Transactions
C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients. Thread-Safe Basic and Pooled client managers included.
Shark.PdfConvert by: cp79shark
  • 53 total downloads
  • Latest version: 1.0.5
  • HTML PDF WKHTMLTOPDF Conversion
Simple .NET Core wrapper for the WkHTMLToPdf tool.
SharpCompress by: Adam Hathcock
  • 28 total downloads
  • Latest version: 0.23.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.
SharpGen.Runtime by: jkoritzinsky
  • 9 total downloads
  • Latest version: 1.1.0
Support classes for code generated by SharpGen.
SharpYaml by: Alexandre Mutel
  • 11 total downloads
  • Latest version: 1.6.5
  • yaml parser yml
A YAML portable .NET library. providing parsing and serialization of object graphs, compatible with CoreCLR.
SharpZipLib by: ICSharpCode
  • 14 total downloads
  • Latest version: 1.2.0
  • Compression Library Zip GZip BZip2 LZW Tar
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)
shortid by: Bolorunduro Winner-Timothy
  • 100 total downloads
  • Latest version: 3.0.1
  • shortid short id databse identifier key primarykey mongodb sql
A library that generates random identifiers from 7 to 14 characters. Identifiers generated can be used as primary keys for databases or unique identifiers.
SimpleSitemap by: Justin Adler
  • 360 total downloads
  • Latest version: 3.2.0
  • simple sitemap sitemaps robots robots.txt unicorn magicalunicorn magical-unicorn worlddomination worldomination
SimpleSitemap is a lite library that helps you create web sitemaps for collections or lists of items. These sitemaps follow the Sitemap Protocol. Both sitemapindex and urlset links are generated, based upon the data collection size and 'page size'. Examples of this could be a list of your users, or products, or questions.
SQLitePCLRaw.bundle_green by: Eric Sink
  • 25 total downloads
  • Latest version: 1.1.12
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
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
SQLitePCLRaw.core by: Eric Sink et al
  • 12 total downloads
  • Latest version: 1.1.12
  • 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.linux by: Eric Sink D. Richard Hipp et al
  • 24 total downloads
  • Latest version: 1.1.12
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.