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.
- 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.
- 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
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
Simple .NET logging with fully-structured events
Serilog.Exceptions
by: Muhammad Rehan Saeed
- 3 total downloads
- Latest version: 1.1.0
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
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 sink that writes to the Seq event server over HTTP/S.
ServiceStack.Common
by: Service Stack
- 38 total downloads
- Latest version: 4.0.60
Common base library for ServiceStack projects.
ServiceStack.Interfaces
by: Service Stack
- 22 total downloads
- Latest version: 4.0.24
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Redis
by: Service Stack
- 35 total downloads
- Latest version: 4.0.62
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
.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
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
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
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
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
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
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_*.