Serilog.Sinks.Console by: Serilog Contributors
  • 835 total downloads
  • Latest version: 4.2.0-dev-00918
  • serilog console terminal
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Debug by: Serilog Contributors
  • 1.814k 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
  • 4.304k total downloads
  • Latest version: 5.0.1-dev-00976
  • serilog file
Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.RollingFile by: Serilog Contributors
  • 3.071k total downloads
  • Latest version: 3.3.1-dev-00771
  • serilog file io rolling
The rolling file sink for Serilog
SerilogMetrics by: SerilogMetrics Contributors
  • 2.697k total downloads
  • Latest version: 2.1.0
  • serilog metrics logging diagnostics timing measure
Provides utilities to facilitate metrics (timers, counters, gauges, meters, healthchecks) on top of Serilog.
SharpZipLib by: ICSharpCode
  • 77 total downloads
  • Latest version: 1.3.3
  • 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)
SpecFlow by: SpecFlow Team
  • 3.076k 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.CustomPlugin by: SpecFlow Team
  • 514 total downloads
  • Latest version: 3.3.16-beta
  • specflow bdd gherkin cucumber generator
Package for writing custom generator extensions for SpecFlow.
SpecFlow.Internal.Json by: SpecFlow Team
  • 1.181k total downloads
  • Latest version: 1.0.8
  • Json Serialisation
A really simple C# JSON parser.
SpecFlow.NUnit by: SpecFlow Team
  • 708 total downloads
  • Latest version: 4.0.31-beta
  • specflow nunit
Package to use SpecFlow with NUnit 3.13 and later
SpecFlow.NUnit.Runners by: SpecFlow Team
  • 911 total downloads
  • Latest version: 4.0.31-beta
  • specflow nunit nunit.runners nunit-console
Combined package to setup SpecFlow with NUnit easily for running the tests with the NUnit runners.
SpecFlow.Plus.LivingDocPlugin by: SpecFlow Team
  • 1.309k total downloads
  • Latest version: 3.9.57
  • specflow livingdoc report
A plugin for SpecFlow to generate a shareable HTML Gherkin feature execution report (living documentation). Use together with SpecFlow.Plus.LivingDoc.CLI.
SpecFlow.Tools.MsBuild.Generation by: SpecFlow Team
  • 3.067k 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/
SpecFlow.xUnit by: SpecFlow Team
  • 2.062k total downloads
  • Latest version: 4.0.31-beta
  • specflow xUnit
Package to use SpecFlow with xUnit 2.4 and later
SpecRun.Runner by: SpecFlow Team
  • 700 total downloads
  • Latest version: 3.9.31
  • specrun specflow bdd integration tests runner
SpecFlow+Runner - supports SpecRun.SpecFlow and SpecRun.NUnit packages.
SQLite by: SQLite Development Team
  • 11 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
  • 7 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.bundle_e_sqlite3 by: Eric Sink
  • 213 total downloads
  • Latest version: 3.0.2
  • sqlite
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
  • 202 total downloads
  • Latest version: 1.1.15
  • 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
  • 176 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_*.