runtime.win10-x86.Microsoft.Net.Native.SharedLibrary by: Microsoft
  • 1.788k total downloads
  • Latest version: 2.2.8-rel-33220-00
  • Compiler Compilation .Net
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2
runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk by: Microsoft
  • 1.438k total downloads
  • Latest version: 2.2.14
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. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.
runtime.win7-x64.runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 264 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
  • 291 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
  • 1.358k total downloads
  • Latest version: 4.3.2
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
  • 479 total downloads
  • Latest version: 6.5.2
  • 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.
Semver by: Jeff Walker, Max Hauser
  • 78 total downloads
  • Latest version: 3.0.0
  • semver,semantic,version,versioning
A semantic version library fully compliant with v2.0.0 of the spec found at http://semver.org.
ServiceStack.Common by: ServiceStack
  • 173 total downloads
  • Latest version: 8.10.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Interfaces by: ServiceStack
  • 162 total downloads
  • Latest version: 10.0.4
  • ServiceStack Common Framework Clients ServiceClients Gateway
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Redis by: ServiceStack
  • 186 total downloads
  • Latest version: 8.10.0
  • 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.
ServiceStack.Text by: ServiceStack
  • 193 total downloads
  • Latest version: 10.0.4
  • JSON Text Serializer CSV JSV HTTP Auto Mapping Dump Reflection JS Utils 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://github.com/ServiceStack/ServiceStack.Text
SkiaSharp.NativeAssets.macOS by: Microsoft
  • 125 total downloads
  • Latest version: 3.119.2-preview.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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.
SourceGear.sqlite3 by: Eric Sink
  • 184 total downloads
  • Latest version: 3.50.4.5
  • sqlite
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.
Spectre.Console by: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray
  • 6.795k total downloads
  • Latest version: 0.54.1-alpha.0.10
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.298k total downloads
  • Latest version: 1.0.0-alpha.0.12
A library that makes it easier to create beautiful console applications.
SQLite by: SQLite Development Team
  • 68 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).
SQLite.Native by: SQLite Development Team
  • 29 total downloads
  • Latest version: 3.12.3
  • 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 Windows, macOS, and Linux.
SQLitePCLRaw.bundle_e_sqlite3 by: Eric Sink
  • 2.781k total downloads
  • Latest version: 3.0.2
  • sqlite
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
  • 7.496k total downloads
  • Latest version: 2.1.11
  • sqlite
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
  • 96 total downloads
  • Latest version: 3.0.2
  • sqlite
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.