SecurityCodeScan
by: Jaroslav Lobačevski Philippe Arteau
- 52 total downloads
- Latest version: 3.5.4
Security static code analyzer for .NET
SecurityCodeScan.VS2019
by: Jaroslav Lobačevski
- 34 total downloads
- Latest version: 5.6.7
Security static code analyzer for .NET
Selenium.Support
by: Selenium Committers
- 452 total downloads
- Latest version: 4.27.0
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
- 544 total downloads
- Latest version: 4.28.0
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
- 936 total downloads
- Latest version: 133.0.6943.1600-beta
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.
Selenium.WebDriver.GeckoDriver
by: jsakamoto
- 125 total downloads
- Latest version: 0.35.0
Install Gecko Driver (Win32, Win64, macOS, macOS arm64, and Linux64) for Selenium WebDriver
into your Unit Test Project.
"geckodriver(.exe)" is copied to bin folder from package folder when the build process.
NuGet package restoring ready, and no need to commit "geckodriver(.exe)" binary into source
code control repository.
/ The MSBuild script that contained this package is free and unencumbered software released
into the public domain.
/ "geckodriver(.exe)" is licensed under the Mozilla Public License Version 2.0.
Sendgrid
by: CJ Buchmann Tyler Bischel Eric Becking Brandon West Elmer Thomas
- 82 total downloads
- Latest version: 8.0.5
C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints. Github repo located at : https://github.com/sendgrid/sendgrid-csharp
SendGrid
by: CJ Buchmann Tyler Bischel Eric Becking Brandon West
- 12 total downloads
- Latest version: 2.1.1
Basic C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp
SendGrid.CSharp.HTTP.Client
by: Elmer Thomas Twilio DX Team
- 62 total downloads
- Latest version: 3.4.1
Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.
SendGrid.SmtpApi
by: Brandon West Elmer Thomas
- 8 total downloads
- Latest version: 1.3.3
Easily build SendGrid SMTPAPI headers.
Sentry
by: Sentry Team and Contributors
- 145 total downloads
- Latest version: 5.0.1
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
- 8 total downloads
- Latest version: 5.0.1
.NET Bindings for the Sentry Android SDK
ServiceStack.Text
by: Demis Bellot
- 3 total downloads
- Latest version: 3.9.11
.NET's fastest JSON, JSV and CSV Text Serializers (3x faster than JSON.NET). Fast, Light, Resilient.
Benchmarks at: http://servicestack.net/benchmarks/
Includes the String and Stream functionality for all the ServiceStack projects including:
- T.Dump() generic extension method for easy dbugging and introspection of types
- WebRequest, List, Dictionary and DateTime extensions
SharpCompress
by: Adam Hathcock
- 2 total downloads
- Latest version: 0.39.0
SharpCompress is a compression library for NET Standard 2.0/NET 4.8/NET 4.8.1/NET 6.0/NET 8.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
- 2 total downloads
- Latest version: 0.8.0
SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 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/
- 1 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
- 23 total downloads
- Latest version: 4.1.0
Shouldly - Assertion framework for .NET. The way asserting *Should* be
Simple.OData.Client
by: Vagif Abilov David Bond Robert McLaws and contributors.
- 6 total downloads
- Latest version: 6.1.0-CI-20240712-015507
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
SimpleInjector
by: Simple Injector Contributors
- 288 total downloads
- Latest version: 5.5.0
Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.
SimpleInjector.Extensions.ExecutionContextScoping
by: Simple Injector Contributors
- 149 total downloads
- Latest version: 4.0.0-beta2
The Execution Context Scoping package adds the 'Execution Context Scope' lifestyle, which allows instances to live within an explicitly defined execution context scope (or logical call context) and get disposed when this scope ends. This scope allows flowing through asynchronous method calls.
SimpleInjector.Packaging
by: Simple Injector Contributors
- 531 total downloads
- Latest version: 5.5.0
Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.
SixLabors.Core
by: Six Labors
- 2 total downloads
- Latest version: 1.0.0-beta0002
Low level primitives for use across Six Labors projects..