Selenium.Support
by: Selenium Committers
- 29 total downloads
- Latest version: 4.9.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 .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
- 12 total downloads
- Latest version: 4.22.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.
Serilog
by: Serilog Contributors
- 707 total downloads
- Latest version: 3.0.0-dev-01645
Simple .NET logging with fully-structured events
Serilog.Enrichers.Thread
by: Serilog Contributors
- 14 total downloads
- Latest version: 3.2.0-dev-00747
Enrich Serilog events with properties from the current thread.
Serilog.Sinks.Debug
by: Serilog Contributors
- 51 total downloads
- Latest version: 2.0.0
A Serilog sink that writes log events to the debug output window.
ServiceStack.Text
by: Demis Bellot
- 6 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
SharePoint.Client
by: Microsoft
- 10 total downloads
- Latest version: 15.0.0
Microsoft.SharePoint.Client
SharePoint.Client.Runtime
by: Microsoft
- 8 total downloads
- Latest version: 15.0.0
Microsoft.SharePoint.Client.Runtime
SharePointPnP.IdentityModel.Extensions
by: Microsoft
- 16 total downloads
- Latest version: 1.2.4
A port of Microsoft.IdentityModel.Extensions.dll packaged as a NuGet package by the SharePoint PnP team.
SharpDX.D3DCompiler
by: Alexandre Mutel
- 3 total downloads
- Latest version: 2.6.2
Assembly providing DirectX - D3DCompiler managed API.
SharpDX.Direct2D1
by: Alexandre Mutel
- 6 total downloads
- Latest version: 2.6.2
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
SharpDX.Direct3D9
by: Alexandre Mutel
- 1 total downloads
- Latest version: 2.6.3
Assembly providing DirectX - Direct3D9 managed API.
SharpDX.DXGI
by: Alexandre Mutel
- 10 total downloads
- Latest version: 2.6.3
Assembly providing DirectX - DXGI 1.0, 1.1 and 1.2 managed API.
SharpZipLib
by: http://www.icsharpcode.net/
- 5 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).
signaturepad
by: Szymon Nowak
- 23 total downloads
- Latest version: 1.5.3
Signature Pad is a JavaScript library for drawing smooth signatures. It's HTML5 canvas based and uses variable width Bézier curve interpolation based on Smoother Signatures post by Square. It works in all modern desktop and mobile browsers and doesn't depend on any external libraries.
SixLabors.Shapes.Text
by: Scott Williams and contributors
- 1 total downloads
- Latest version: 0.1.0-alpha0019
Allows generating glyphs for text and a font for manipulation using SixLabors.Shapes
spkl
by: Scott Durow
- 74 total downloads
- Latest version: 1.0.640
Simple and Lightweight deployment task runner for Dynamics 365
SQLite
by: SQLite Development Team
- 6 total downloads
- Latest version: 3.13.0
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
- 3 total downloads
- Latest version: 3.12.3
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.core
by: Eric Sink et al
- 93 total downloads
- Latest version: 1.1.14
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_*.