Selenium.WebDriver by: Selenium Committers
  • 585 total downloads
  • Latest version: 4.34.0
  • selenium webdriver browser automation
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
Selenium.WebDriver.ChromeDriver by: jsakamoto
  • 725 total downloads
  • Latest version: 139.0.7258.3100-beta
  • Selenium WebDriver chromedriver
Install Chrome Driver (Win32, macOS, macOS arm64, and Linux64) for Selenium WebDriver into your Unit Test Project. "chromedriver(.exe)" is copied to the bin folder from the package folder when the build process. NuGet package restoring ready, and no need to commit "chromedriver(.exe)" binary into source code control repository. / The MSBuild script that contained this package is free and unencumbered software released into the public domain. / "chromedriver(.exe)" is licensed under the New BSD License.
semver by: Max Hauser
  • 21 total downloads
  • Latest version: 1.1.2
  • semver semantic version
A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.
Serilog by: Serilog Contributors
  • 701 total downloads
  • Latest version: 4.3.1-dev-02373
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Exceptions by: Muhammad Rehan Saeed
  • 23 total downloads
  • Latest version: 1.2.0
  • Serilog Exception Log Logging Detail Details
Log exception details and custom properties that are not output in Exception.ToString().
Serilog.Sinks.Elasticsearch by: Michiel van Oudheusden Martijn Laarman Mogens Heller Grabe Konstantin Erman
  • 119 total downloads
  • Latest version: 3.0.121
  • serilog logging elasticsearch
The perfect way for .NET apps to write structured log events to Elasticsearch 2.x.
Serilog.Sinks.ElasticSearch by: Michiel van Oudheusden
  • 113 total downloads
  • Latest version: 1.4.196
  • serilog logging elasticsearch
The perfect way for .NET apps to write structured log events to ElasticSearch.
Serilog.Sinks.Graylog by: Anton Volkov
  • 18 total downloads
  • Latest version: 3.0.2
  • Serilog Sink Graylog
The Serilog Graylog Sink project is a sink (basically a writer) for the Serilog logging framework. Structured log events are written to sinks and each sink is responsible for writing it to its own backend, database, store etc. This sink delivers the data to Graylog2, a NoSQL search engine.
Serilog.Sinks.Seq by: Serilog Contributors
  • 77 total downloads
  • Latest version: 2.0.0-beta-28
  • serilog seq structured logging
Serilog sink that writes to the Seq event server over HTTP/S.
ServiceStack by: Service Stack
  • 153 total downloads
  • Latest version: 4.0.62
  • Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO ServiceStack
Binaries for the ServiceStack web framework. A simple and fast alternative to WCF, MVC and Web API in one cohesive framework for all your services and web apps that's intuitive and Easy to use! To get started see: https://servicestack.net/getting-started
ServiceStack.Client by: Service Stack
  • 85 total downloads
  • Latest version: 4.0.62
  • ServiceStack Common Framework Clients ServiceClients Gateway
JSON, XML, JSV, SOAP and MQ Generic Service Clients.
ServiceStack.Common by: Service Stack
  • 313 total downloads
  • Latest version: 4.0.62
  • ServiceStack Common Framework Clients ServiceClients Gateway
Common base library for ServiceStack projects.
ServiceStack.Interfaces by: Service Stack
  • 111 total downloads
  • Latest version: 4.0.24
  • Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO ServiceStack
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.OrmLite by: Service Stack
  • 88 total downloads
  • Latest version: 4.0.62
  • OrmLite POCO Code-First Orm Schema-less Blobs
Common library for the Light, simple and fast convention-based code-first POCO, OrmLite. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs. OrmLite is a suite extension methods on ADO.NET's underlying IDbConnection providing DRY, typed access for common data usage patterns that map to clean, simple POCOs. Great support for testing where OrmLite methods can be mocked.
ServiceStack.OrmLite.SqlServer by: Service Stack
  • 104 total downloads
  • Latest version: 4.0.62
  • SQLServer SQL Server OrmLite POCO Code-First Orm Schema-less Blobs
Light, simple and fast convention-based code-first POCO ORM for Sql Server. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLServer.
ServiceStack.Redis by: Service Stack
  • 405 total downloads
  • Latest version: 4.0.62
  • 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. To revert back to earlier BSD v3, see: servicestack.net/download#v3
ServiceStack.Text by: Service Stack
  • 505 total downloads
  • Latest version: 4.0.62
  • JSON Text Serializer CSV JSV Dump PrettyPrint Fast
.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
  • 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
  • 184 total downloads
  • Latest version: 0.11.6
  • rar unrar zip unzip bzip2 gzip tar 7zip
SharpCompress is a compression library for .NET/Mono/Silverlight/WP7/WindowsStore 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
  • 148 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.
  • 276 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