Serilog.Sinks.MSSqlServer by: Michiel van Oudheusden, Christian Kadluba, Serilog Contributors
  • 3 total downloads
  • Latest version: 8.1.2-dev-00125
  • serilog sinks mssqlserver
A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
SkiaSharp.Views.Gtk2 by: Microsoft
  • 1 total downloads
  • Latest version: 2.88.4-preview.82
  • ui xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SourceGear.sqlite3 by: Eric Sink
  • 1 total downloads
  • Latest version: 3.53.4
  • 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
  • 4 total downloads
  • Latest version: 0.57.3-alpha.0.1
A library that makes it easier to create beautiful console applications.
SQLitePCLRaw.bundle_e_sqlite3 by: Eric Sink
  • 5 total downloads
  • Latest version: 3.0.5
  • sqlite
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.config.e_sqlite3 by: Eric Sink
  • 1 total downloads
  • Latest version: 3.0.5
  • 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.
SQLitePCLRaw.core by: Eric Sink
  • 1 total downloads
  • Latest version: 2.0.4
  • sqlite
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.provider.e_sqlite3.net45 by: Eric Sink, et al
  • 1 total downloads
  • Latest version: 1.0.0-pre20160912104037
  • sqlite pcl database monotouch ios monodroid android wp8 wpa
A SQLitePCLRaw provider bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages.
Swashbuckle.AspNetCore.Swagger by: domaindrivendev
  • 2 total downloads
  • Latest version: 6.6.0-preview.322
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI by: domaindrivendev
  • 2 total downloads
  • Latest version: 8.1.2
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.CodeDom by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections.Immutable by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.ComponentModel.Annotations by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22231
Provides attributes that are used to define metadata for objects used as data sources.
System.Composition.Hosting by: Microsoft
  • 1 total downloads
  • Latest version: 1.3.0-preview6.19264.9
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost When using NuGet 3.x this package requires at least version 3.4.
System.Composition.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.3.21201.4
Contains runtime components of the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContext
System.Configuration.ConfigurationManager by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.2.22152.2
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
System.Drawing.Common by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.8
Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.
System.Formats.Asn1 by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.5
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.IdentityModel.Tokens.Jwt by: Microsoft
  • 1 total downloads
  • Latest version: 6.10.0
  • .NET Windows Authentication Identity Json Web Token
Includes types that provide support for creating, serializing and validating JSON Web Tokens.