SourceGear.sqlite3
by: Eric Sink
- 75 total downloads
- Latest version: 3.53.3
This package contains builds of the native SQLite code for various platforms.
These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.
SpecFlow
by: SpecFlow Team
- 2.519k total downloads
- Latest version: 4.0.31-beta
SpecFlow aims at bridging the communication gap between domain experts and developers by binding business readable behavior specifications to the underlying implementation. Our mission is to provide a pragmatic and frictionless approach to Acceptance Test Driven Development and Behavior Driven Development for .NET projects today.
SpecFlow.Internal.Json
by: SpecFlow Team
- 30 total downloads
- Latest version: 1.0.8
A really simple C# JSON parser.
SpecFlow.NUnit
by: SpecFlow Team
- 2.236k total downloads
- Latest version: 4.0.31-beta
Package to use SpecFlow with NUnit 3.13 and later
SpecFlow.Tools.MsBuild.Generation
by: SpecFlow Team
- 1.844k total downloads
- Latest version: 4.0.31-beta
Package to enable the code-behind file generation during build time http://specflow.org/documentation/Generate-Tests-from-MsBuild/
Spectre.Console
by: Patrik Svensson Phil Scott Nils Andresen Cédric Luthi
- 7.627k total downloads
- Latest version: 0.55.3-alpha.0.18
A library that makes it easier to create beautiful console applications.
Spectre.Console.Ansi
by: Patrik Svensson Phil Scott Nils Andresen Cédric Luthi
- 386 total downloads
- Latest version: 0.55.3-alpha.0.18
A library that makes it easier to create beautiful console applications.
Spectre.Console.Cli
by: Patrik Svensson Phil Scott Nils Andresen Cédric Luthi Frank Ray
- 3.356k total downloads
- Latest version: 1.0.0-alpha.0.15
A library that makes it easier to create beautiful console applications.
Spire.PDF
by: Administrator
- 2.446k total downloads
- Latest version: 12.5.8
Spire.PDF for .NET is a versatile PDF library that enables software developers to generate, edit, read and manipulate PDF files within their own .NET applications. As a standalone PDF component, Spire.PDF for .NET provides users an incredible wealth of features without installing Adobe Acrobat. This component is completely written in C#, but also supports VB.NET, Windows Forms and ASP.NET.
With the Spire.PDF for .NET API, you can get the ability to read PDF text and image even attachments with high efficiency. Even the special content such as language written from right to left can be extracted such as Herbrew and Arabic. Other basic features such as text, image, table, shapes, hyperlinks, bookmark, headings, footnotes, lists, form fields, pagination, booklet barcode, attachments, transparency, annotations, actions, overlay etc all work great for users. As for security, Spire.PDF for .NET enables you to protect your PDF files by passwords and digital signature. Spire.PDF now supprots to work on .NET core, MonoAndroid and Xamarin.iOS platforms.
SpreadsheetLight
by: Vincent Tan
- 437 total downloads
- Latest version: 3.5.0
SpreadsheetLight is an open source Open XML spreadsheet .NET library written in C#, and is released under the MIT License. You can create new Open XML spreadsheets, or work with existing Open XML spreadsheets that are compatible with Microsoft Excel 2007/2010/2013 and LibreOffice Calc.
No Office/Excel Interop needed. You do not need Microsoft Office/Excel to be installed.
SQLite
by: SQLite Development Team
- 48 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
- 25 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.
SQLite.UWP.Native
by: SQLite Development Team
- 24 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 Univeral Windows Platform apps.
SQLite3MC.PCLRaw.bundle
by: Ulrich Telle et al.
- 20 total downloads
- Latest version: 2.3.6
A SQLitePCLRaw bundle for SQLite3 Multiple Ciphers--an encryption extension for SQLite with support for multiple ciphers. Includes SQLite3 Multiple Ciphers 2.3.6, based on SQLite 3.53.3.
SQLite3MC.PCLRaw.lib
by: Ulrich Telle et al.
- 30 total downloads
- Latest version: 2.3.6
Native binaries of the sqlite3mc library. Use SQLite3MC.PCLRaw.provider to access the library.
SQLite3MC.PCLRaw.provider
by: Ulrich Telle et al.
- 20 total downloads
- Latest version: 2.3.6
A SQLitePCLRaw provider that enables access to the native sqlite3mc library included by the SQLite3MC.PCLRaw.lib package.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 2.204k total downloads
- Latest version: 3.0.4
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.bundle_green
by: Eric Sink
- 1.755k total downloads
- Latest version: 2.1.11
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.
SQLitePCLRaw.config.e_sqlite3
by: Eric Sink
- 46 total downloads
- Latest version: 3.0.3
This package sets the configuration for using e_sqlite3 but does not bring in that native library itself. It's like bundle_e_sqlite3, except it's hollow.