RZAlibiec61850 by: Radius
  • 12 total downloads
  • Latest version: 1.3.3.31178
This is a fork of the libiec61850 for the ICT
Scriban by: Alexandre Mutel
  • 608 total downloads
  • Latest version: 6.5.2
  • templating handlebars liquid
Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates.
Selenium.Support by: Selenium Committers
  • 1.6k total downloads
  • Latest version: 4.40.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 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 by: Selenium Committers
  • 1.604k total downloads
  • Latest version: 4.40.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
  • 4.09k total downloads
  • Latest version: 145.0.7632.4600-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
  • 41 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/.
SendGrid by: Elmer Thomas, Twilio DX Team
  • 612 total downloads
  • Latest version: 9.29.3
  • Twilio SendGrid Email Mail Microsoft Azure Transactional .NET Core
C# client library and examples for using Twilio SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support.
SendGrid.CSharp.HTTP.Client by: Elmer Thomas, Twilio DX Team
  • 129 total downloads
  • Latest version: 3.4.1
  • Twilio SendGrid Email API REST Fluent
Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.
SendGrid.SmtpApi by: Twilio
  • 78 total downloads
  • Latest version: 1.4.6
  • Twilio SendGrid Email Mail Microsoft Azure Transactional .NET Core
Easily build SendGrid SMTPAPI headers.
Sentry by: Sentry Team and Contributors
  • 1.637k total downloads
  • Latest version: 14.12.1-dump1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android by: Sentry Team and Contributors
  • 403 total downloads
  • Latest version: 6.1.0-alpha.2
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
.NET Bindings for the Sentry Android SDK
Sentry.PlatformAbstractions by: Sentry Team and Contributors
  • 73 total downloads
  • Latest version: 1.1.1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Abstractions to platform information
Serilog by: Serilog Contributors
  • 738 total downloads
  • Latest version: 4.3.1-dev-02406
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Exceptions by: Muhammad Rehan Saeed
  • 22 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.Seq by: Serilog Contributors
  • 254 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.Common by: Service Stack
  • 346 total downloads
  • Latest version: 4.0.62
  • ServiceStack Common Framework Clients ServiceClients Gateway
Common base library for ServiceStack projects.
ServiceStack.Interfaces by: Service Stack
  • 125 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.Redis by: Service Stack
  • 302 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
  • 562 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
  • 406 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.