SourceLink.Create.GitHub
by: Cameron Taggart
- 861 total downloads
- Latest version: 2.8.3
SourceLink: Source Code On Demand
Source Link your Portable PDB files to allow source code to be downloaded on demand
SixLabors.Shapes
by: Six Labors and contributors
- 564 total downloads
- Latest version: 1.0.0-beta0007
Polygon manipulation/merging and interrogation library.
It's a fully managed netstandard library so should work everywhere.
Splat
by: Paul Betts
- 121 total downloads
- Latest version: 3.0.0
A library to make things cross-platform that should be
Slapper.AutoMapper
by: Randy Burden & contributors
- 218 total downloads
- Latest version: 1.0.0.9
Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.
SQLite
by: SQLite Development Team
- 66 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).
SkiaSharp.NativeAssets.Linux.NoDependencies
by: Microsoft
- 446 total downloads
- Latest version: 2.80.0-preview.3
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries.
The complete dependency list is:
- libpthread.so.0
- libdl.so.2
- libm.so.6
- libc.so.6
- ld-linux-x86-64.so.2
The excluded dependencies are:
- Fontconfig
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 514 total downloads
- Latest version: 3.0.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
Spire.Doc
by: E-iceblue
- 64 total downloads
- Latest version: 7.5.9
Spire.Doc for .NET, specially designed for developers, enables to fast generate, open, write, edit and save Word document from Word Version 97-2003 to 2013. The featured function conversion enables developers to easily realize conversion between Word and other popular document formats such as Word to PDF/EPub/HTML/RTF/Image/XML etc.
Spire.Doc for .NET is a totally independent .NET Word class library which doesn't require Microsoft Office installed on system. Microsoft Office Automation is proved to be unstable, slow and not scalable to produce MS Word documents. Spire.Doc for .NET is many times faster than Microsoft Word Automation and with much better stability and scalability.
By using Spire.Doc for .NET, users can save Word Doc/Docx to stream, save as web response and convert Word Doc/Docx to XML, RTF, EMF, TXT, XPS, EPUB, HTML and vice versa. Spire.Doc for .NET also supports to convert Word Doc/Docx to PDF and HTML to image.
A common use of Spire.Doc for .NET is to create Word document dynamically from scratch. Almost all Word document elements are supported. Mainly includes page, sections, headers, footers, footnotes, paragraphs, lists, tables, text, fields, hyperlinks, bookmarks, comments, images, styles, background settings, printing features, document settings and protection. Furthermore, drawing objects including shapes, textboxes, images, OLE objects and controls are supported as well.
Spire.Doc for .NET enables developers to process pre-existing Word documents. It supports search and replace function, alignment, page break, fill field, document concatenate, document copy, print, complex and deeply nested mail merge, etc.
SkiaSharp.NativeAssets.WebAssembly
by: Microsoft
- 1.156k total downloads
- Latest version: 2.88.9
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SQLitePCLRaw.lib.e_sqlite3.ios
by: Eric Sink
- 331 total downloads
- Latest version: 2.1.11
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
SourceLink.Create.CommandLine
by: Cameron Taggart
- 520 total downloads
- Latest version: 2.8.3
SourceLink: Source Code On Demand
Source Link your Portable PDB files to allow source code to be downloaded on demand
SixLabors.Shapes.Text
by: Six Labors and contributors
- 320 total downloads
- Latest version: 1.0.0-beta0007
Allows generating glyphs for text and a font for manipulation using SixLabors.Shapes
sqlite-net-pcl
by: Frank A. Krueger
- 352 total downloads
- Latest version: 1.6.292
SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite.
Sprache
by: Nicholas Blumhardt Contributors
- 587 total downloads
- Latest version: 2.3.2-develop-00043
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
SmsIrRestfulNetCore
by: Younos Baghaee Moghaddam
- 102 total downloads
- Latest version: 1.1.4
Sms.ir Restful API assembly
SQLitePCL.raw
by: Eric Sink et al
- 33 total downloads
- Latest version: 0.9.4-pre1
NOTE: As of the 1.0 release, package IDs for SQLitePCL.raw now begin with SQLitePCLRaw.*. Some use cases will involve minor breaking changes in the transition. See README on GitHub for more info.
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. On platforms (like Android or iOS) where SQLite is preinstalled, this package may be all you need. On other platforms, or if you want to use a different SQLite build, see the SQLitePCL.plugin.* packages. (Note that with the 0.8.0 release, the ID of this package changed from 'SQLitePCL.raw_basic' to 'SQLitePCL.raw'. Eventually, the old ID will stop getting updates.)
SQLitePCLRaw.core
by: Eric Sink et al
- 635 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_*.
SQLitePCLRaw.bundle_green
by: Eric Sink
- 585 total downloads
- Latest version: 1.1.15
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
SQLite.Native
by: SQLite Development Team
- 29 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.
SkiaSharp.NativeAssets.Linux
by: Microsoft
- 813 total downloads
- Latest version: 3.118.0-preview.1.2
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.