Serilog.Sinks.File by: Serilog Contributors
  • 52 total downloads
  • Latest version: 5.0.1-dev-00966
  • serilog file
Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.PeriodicBatching by: Serilog Contributors
  • 40 total downloads
  • Latest version: 3.1.1-dev-00801
  • serilog batching timer
Buffer batches of log events to be flushed asynchronously.
Serilog.Sinks.Seq by: Serilog Contributors
  • 45 total downloads
  • Latest version: 5.2.3
  • serilog seq
Serilog sink that writes to the Seq log server over HTTP/HTTPS.
ServiceStack.Text by: Demis Bellot
  • 1 total downloads
  • Latest version: 3.9.11
  • JSON Text Serializer CSV JSV Dump PrettyPrint Fast
.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
  • 2 total downloads
  • Latest version: 15.0.0
Microsoft.SharePoint.Client
SharePoint.Client.Runtime by: Microsoft
  • 2 total downloads
  • Latest version: 15.0.0
Microsoft.SharePoint.Client.Runtime
SharePointPnP.IdentityModel.Extensions by: Microsoft
  • 4 total downloads
  • Latest version: 1.2.4
  • SharePoint Office Authentication AddInModel AppModel Office365 SharePointOnline
A port of Microsoft.IdentityModel.Extensions.dll packaged as a NuGet package by the SharePoint PnP team.
SharpDX.D3DCompiler by: Alexandre Mutel
  • 6 total downloads
  • Latest version: 4.0.0-ci147
  • SharpDX DirectX Direct3D Multimedia MDX 3D
Assembly providing DirectX - D3DCompiler managed API.
SharpDX.Direct2D1 by: Alexandre Mutel
  • 3 total downloads
  • Latest version: 4.0.0-ci144
  • SharpDX DirectX Direct3D Multimedia MDX 3D 3D Direct2D D2D DirectWrite DWrite WIC
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
SharpDX.DXGI by: Alexandre Mutel
  • 6 total downloads
  • Latest version: 4.2.0-ci272
  • SharpDX DirectX Direct3D Multimedia MDX 3D DXGI
Assembly providing DirectX - DXGI managed API.
SharpZipLib by: ICSharpCode
  • 3 total downloads
  • Latest version: 1.0.0-alpha2
  • Compression Library Zip GZip BZip2 LZW Tar
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. 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
  • 13 total downloads
  • Latest version: 1.5.3
  • signature pad canvas image
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.
SkiaSharp by: Microsoft
  • 20 total downloads
  • Latest version: 2.88.9-preview.1.1
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
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.
SkiaSharp.NativeAssets.macOS by: Microsoft
  • 12 total downloads
  • Latest version: 2.88.9-preview.1.1
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
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.
SkiaSharp.NativeAssets.Win32 by: Microsoft
  • 19 total downloads
  • Latest version: 2.88.9-preview.1.1
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
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.
spkl by: Scott Durow
  • 57 total downloads
  • Latest version: 1.0.640
Simple and Lightweight deployment task runner for Dynamics 365
SQLite by: SQLite Development Team
  • 2 total downloads
  • Latest version: 3.13.0
  • SQLite embedded database sql
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).
SQLitePCLRaw.bundle_e_sqlite3 by: Eric Sink
  • 23 total downloads
  • Latest version: 1.1.14
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
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: e_sqlite3 included
SQLitePCLRaw.bundle_green by: Eric Sink
  • 23 total downloads
  • Latest version: 1.1.15
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
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
SQLitePCLRaw.core by: Eric Sink et al
  • 26 total downloads
  • Latest version: 1.1.14
  • sqlite pcl database xamarin monotouch ios monodroid android wp8 wpa netstandard uwp
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_*.