SkiaSharp.NativeAssets.Win32 by: Microsoft
  • 1 total downloads
  • Latest version: 2.88.4-preview.96
  • 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.Views.Desktop.Common by: Microsoft
  • 4 total downloads
  • Latest version: 2.88.1
  • 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.
Spectre.Console by: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi
  • 14 total downloads
  • Latest version: 0.55.3-alpha.0.3
A library that makes it easier to create beautiful console applications.
SQLitePCLRaw.bundle_e_sqlite3 by: Eric Sink
  • 2 total downloads
  • Latest version: 2.1.3
  • 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: e_sqlite3 included
SQLitePCLRaw.lib.e_sqlite3.linux by: Eric Sink, D. Richard Hipp, et al
  • 1 total downloads
  • Latest version: 1.1.0
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.provider.e_sqlite3 by: Eric Sink
  • 1 total downloads
  • Latest version: 2.1.5-pre20230516213315
  • sqlite
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'e_sqlite3', the SQLite builds provided with SQLitePCLRaw.
SQLitePCLRaw.provider.internal by: Eric Sink
  • 1 total downloads
  • Latest version: 2.1.7-pre20231110210158
  • sqlite
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
Superpower by: Datalust, Superpower Contributors, Sprache Contributors
  • 1 total downloads
  • Latest version: 2.2.0-dev-00169
  • superpower parser
A parser combinator library for C#
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 3 total downloads
  • Latest version: 6.2.2
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen by: Swashbuckle.AspNetCore.SwaggerGen
  • 1 total downloads
  • Latest version: 1.1.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for API's built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI by: Swashbuckle.AspNetCore.SwaggerUI
  • 1 total downloads
  • Latest version: 6.0.4
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
Syncfusion.Licensing by: Syncfusion Inc.
  • 3 total downloads
  • Latest version: 32.1.24
  • syncfusion,licensing,license,xamarin,windows,wpf,asp.net,mvc,Xamarin.forms,ios,android,pcl,uwp,.net,aspnetcore,core
Syncfusion® licensing is a .NET library for validating the registered Syncfusion® license in an application at runtime. The Syncfusion® license must be registered in an application when using the Syncfusion® evaluation build or NuGet package assemblies. Documentation: https://help.syncfusion.com/common/essential-studio/licensing/license-key?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2026 Syncfusion®, Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution.
Syncfusion.Pdf.Net.Core by: Syncfusion Inc.
  • 9 total downloads
  • Latest version: 32.2.9
  • syncfusion syncfusion.aspnetcore aspnetcore net-standard .net core c# pdf acroform pdf-table tagged-pdf conformance-standard syncfusion.pdf
The Syncfusion® Essential PDF is a .NET standard PDF library that enables your .NET core applications to read, write, and manipulate existing PDF documents. It has various features such table creation, PDF form creation and filling, digital signature, and advanced PDF encryption. It also has various PDF manipulation features such as PDF compression, redaction, split and merge PDF, watermark, import and export PDF form data, replace or remove images, extract text and find text.
System.CodeDom by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.7
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: 9.0.3
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: 5.0.0
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Composition by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.7
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
System.Composition.Convention by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-rc.2.23479.6
Provides types that support using Managed Extensibility Framework with a convention-based configuration model. Commonly Used Types: System.Composition.Convention.ConventionBuilder System.Composition.Convention.ExportConventionBuilder System.Composition.Convention.ImportConventionBuilder System.Composition.Convention.PartConventionBuilder System.Composition.Convention.ParameterImportConventionBuilder
System.Composition.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.1.21102.12
Contains runtime components of the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContext
System.Composition.TypedParts by: Microsoft
  • 4 total downloads
  • Latest version: 6.0.0-preview.6.21352.12
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration