runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk by: Microsoft
  • 14 total downloads
  • Latest version: 2.2.13
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. 1b651b26ca39a8a2b6c090a85b6025565fa46203 When using NuGet 3.x this package requires at least version 3.4.
runtime.win7-x64.runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 3 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. TFS ID: 1635616, GitHub SHA: https://github.com/dotnet/corefx/tree/42a93b8d21fa5afc03f637aa961aa7b3d066cb1f When using NuGet 3.x this package requires at least version 3.4.
runtime.win7-x86.runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 3 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. TFS ID: 1635616, GitHub SHA: https://github.com/dotnet/corefx/tree/42a93b8d21fa5afc03f637aa961aa7b3d066cb1f When using NuGet 3.x this package requires at least version 3.4.
runtime.win7.System.Private.Uri by: Microsoft
  • 8 total downloads
  • Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly. Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri. When using NuGet 3.x this package requires at least version 3.4.
Scriban by: Alexandre Mutel
  • 123 total downloads
  • Latest version: 7.2.6
  • templating handlebars liquid
Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates.
Serilog by: Serilog Contributors
  • 432 total downloads
  • Latest version: 4.4.1-dev-02443
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Exceptions by: Muhammad Rehan Saeed
  • 3 total downloads
  • Latest version: 1.1.0
  • Serilog Exception Log Logging Detail Details
Log exception details and custom properties that are not output in Exception.ToString().
Serilog.Sinks.Elasticsearch by: Michiel van Oudheusden, Martijn Laarman, Mogens Heller Grabe, Konstantin Erman
  • 18 total downloads
  • Latest version: 3.0.121
  • serilog logging elasticsearch
The perfect way for .NET apps to write structured log events to Elasticsearch 2.x.
Serilog.Sinks.Seq by: Serilog Contributors
  • 40 total downloads
  • Latest version: 2.0.0-beta-28
  • serilog seq structured logging
Serilog sink that writes to the Seq event server over HTTP/S.
ServiceStack.Common by: Service Stack
  • 38 total downloads
  • Latest version: 4.0.60
  • ServiceStack Common Framework Clients ServiceClients Gateway
Common base library for ServiceStack projects.
ServiceStack.Interfaces by: Service Stack
  • 22 total downloads
  • Latest version: 4.0.24
  • Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO ServiceStack
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Redis by: Service Stack
  • 35 total downloads
  • Latest version: 4.0.62
  • Redis NoSQL Client Distributed Cache PubSub Messaging Transactions
C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients. Thread-Safe Basic and Pooled client managers included. To revert back to earlier BSD v3, see: servicestack.net/download#v3
ServiceStack.Text by: Service Stack
  • 74 total downloads
  • Latest version: 4.0.62
  • JSON Text Serializer CSV JSV Dump PrettyPrint Fast
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Contains ServiceStack's high-performance text-processing powers, for more info see: https://servicestack.net/text
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).
SIPSorcery by: Aaron Clauson
  • 17 total downloads
  • Latest version: 2.0.1
  • sip sipsorcery
The SIPSorcery package consists of a C# SIP protocol stack that implements all the required UDP, TCP and TLS transports as specified in RFC3261. There are also partial implementations of a number of related protocols: STUN, SDP, RTP and RTCP. The SIP functionality includes a number of user agents which can be used to initiate and receive both calls and registrations.
SIPSorceryMedia.FFmpeg by: Aaron Clauson
  • 16 total downloads
  • Latest version: 0.0.12-pre
  • WebRTC VoIP SIPSorcery Media FFmpeg
Provides FFmpeg based audio and video media end points that can be used with the SIPSorcery real-time communications library.
SixLabors.Fonts by: Six Labors and contributors
  • 3 total downloads
  • Latest version: 3.1.0
  • font truetype opentype woff woff2
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
SixLabors.ImageSharp by: Six Labors and contributors
  • 35 total downloads
  • Latest version: 3.1.12
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SQLitePCLRaw.bundle_green by: Eric Sink
  • 30 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
  • 12 total downloads
  • Latest version: 1.1.13
  • 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_*.