Scrutor by: Kristian Hellang
  • 15 total downloads
  • Latest version: 6.0.1
  • Dependency Injection DI Scanning Conventions Decoration
Register services using assembly scanning and a fluent API.
Selenium.Chrome.WebDriver by: jbaranda
  • 5 total downloads
  • Latest version: 85.0.0
  • Selenium WebDriver Chrome
Repurposed nuget package of Selenium.WebDriver.ChromeDriver (packing process differs slightly) Install Chrome Driver(Win32) for Selenium WebDriver into your Unit Test Project. "chromedriver.exe" is copied to bin folder from package folder when the build process. NuGet package restoring ready, and no need to commit "chromedriver.exe" binary into source code control repository.
Selenium.Support by: Selenium Committers
  • 5 total downloads
  • Latest version: 4.9.0
  • selenium webdriver support 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 .NET support utilites and classes that users may find useful in using Selenium WebDriver. These support classes are mainly intended to spark ideas of what is possible with Selenium WebDriver, and may not be entirely appropriate for production use.
Selenium.WebDriver by: Selenium Committers
  • 6 total downloads
  • Latest version: 4.9.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.MicrosoftDriver by: Microsoft
  • 5 total downloads
  • Latest version: 17.17134.0
  • Selenium WebDriver Microsoft Edge Browser
Microsoft WebDriver : Close the loop on your developer cycle by automating testing of your website in Microsoft Edge with Microsoft WebDriver.
Serilog by: Serilog Contributors
  • 19 total downloads
  • Latest version: 4.3.1-dev-02395
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.AspNetCore by: Microsoft Serilog Contributors
  • 6 total downloads
  • Latest version: 8.0.3
  • serilog aspnet aspnetcore
Serilog support for ASP.NET Core logging
Serilog.Enrichers.Environment by: Serilog Contributors
  • 2 total downloads
  • Latest version: 2.2.0
  • serilog machine enricher
Enrich Serilog log events with properties from System.Environment.
Serilog.Extensions.Hosting by: Microsoft Serilog Contributors
  • 9 total downloads
  • Latest version: 10.0.0
  • serilog aspnet aspnetcore hosting
Serilog support for .NET Core logging in hosted services
Serilog.Extensions.Logging by: Microsoft Serilog Contributors
  • 9 total downloads
  • Latest version: 10.0.0
  • serilog Microsoft.Extensions.Logging
Low-level Serilog provider for Microsoft.Extensions.Logging
Serilog.Formatting.Compact by: Serilog Contributors
  • 5 total downloads
  • Latest version: 2.0.0
  • serilog json
A simple, compact JSON-based event format for Serilog.
Serilog.Settings.Configuration by: Serilog Contributors
  • 7 total downloads
  • Latest version: 8.0.4
  • serilog json
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Serilog.Sinks.Console by: Serilog Contributors
  • 9 total downloads
  • Latest version: 6.1.1
  • serilog console terminal
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Debug by: Serilog Contributors
  • 2 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
  • 5 total downloads
  • Latest version: 8.0.0-nblumhardt-02322
  • serilog file
Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.MSSqlServer by: Michiel van Oudheusden Christian Kadluba Serilog Contributors
  • 5 total downloads
  • Latest version: 8.1.0
  • serilog sinks mssqlserver
A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Serilog.Sinks.Seq by: Serilog Contributors Serilog.Sinks.Seq Contributors Datalust Pty Ltd
  • 2 total downloads
  • Latest version: 9.0.0
  • serilog seq
A Serilog sink that writes events to Seq using newline-delimited JSON and HTTP/HTTPS.
Serilog.Sinks.XUnit by: Todd Benning
  • 2 total downloads
  • Latest version: 3.0.19
  • logging Serilog xUnit output ITestOutputHelper
The xUnit test output sink for Serilog
SharpZipLib by: ICSharpCode
  • 7 total downloads
  • Latest version: 1.4.2
  • 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)
Shouldly by: Jake Ginnivan Joseph Woodward Simon Cropp
  • 2 total downloads
  • Latest version: 4.3.0
  • test unit testing TDD AAA should testunit rspec assert assertion framework
Shouldly - Assertion framework for .NET. The way asserting *Should* be