Sentry.Protocol by: Sentry Team and Contributors
  • 8 total downloads
  • Latest version: 2.1.5
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
The Sentry Protocol used to communicate with Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog by: Serilog Contributors
  • 4 total downloads
  • Latest version: 4.3.1-dev-02404
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Extensions.Logging by: Microsoft, Serilog Contributors
  • 5 total downloads
  • Latest version: 9.0.1
  • serilog Microsoft.Extensions.Logging
Low-level Serilog provider for Microsoft.Extensions.Logging
Serilog.Settings.Configuration by: Serilog Contributors
  • 2 total downloads
  • Latest version: 9.0.0
  • serilog json appsettings
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Serilog.Sinks.Async by: Jezz Santos, Serilog Contributors
  • 1 total downloads
  • Latest version: 2.1.0-dev-00098
  • serilog async
Asynchronous sink wrapper for Serilog.
SharpZipLib by: ICSharpCode
  • 1 total downloads
  • Latest version: 1.4.2
  • Compression Library Zip GZip BZip2 LZW Tar
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
SkiaSharp.NativeAssets.Linux.NoDependencies by: Microsoft
  • 15 total downloads
  • Latest version: 3.116.0-preview.6.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. This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries. The complete dependency list is: - libpthread.so.0 - libdl.so.2 - libm.so.6 - libc.so.6 - ld-linux-x86-64.so.2 The excluded dependencies are: - Fontconfig
SkiaSharp.Views.Desktop.Common by: Microsoft
  • 2 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.
StackExchange.Redis by: Stack Exchange, Inc., Marc Gravell, Nick Craver
  • 1 total downloads
  • Latest version: 2.10.1
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
Swashbuckle.AspNetCore.SwaggerGen by: domaindrivendev
  • 75 total downloads
  • Latest version: 8.1.4
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for APIs built on ASP.NET Core
Syncfusion.Licensing by: Syncfusion Inc.
  • 2 total downloads
  • Latest version: 32.1.25
  • 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.
  • 23 total downloads
  • Latest version: 32.1.25
  • 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.Buffers by: Microsoft
  • 4 total downloads
  • Latest version: 4.5.0-rc1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
System.ClientModel by: Microsoft
  • 2 total downloads
  • Latest version: 1.8.1
Contains building blocks for clients that call cloud services.
System.CodeDom by: Microsoft
  • 1 total downloads
  • Latest version: 4.4.0-preview2-25405-01
Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language. Commonly Used Types: System.CodeDom.CodeObject System.CodeDom.Compiler.CodeDomProvider Microsoft.CSharp.CSharpCodeProvider Microsoft.VisualBasic.VBCodeProvider 029cf57733b7ec6c1dd8a13857e800b9a8d97192 When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Immutable by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-preview.1.23110.8
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 by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides interfaces for the editing and change tracking of objects used as data sources. Commonly Used Types: System.ComponentModel.CancelEventArgs System.IServiceProvider System.ComponentModel.IEditableObject System.ComponentModel.IChangeTracking System.ComponentModel.IRevertibleChangeTracking When using NuGet 3.x this package requires at least version 3.4.
System.Composition.Hosting by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost
System.Configuration.ConfigurationManager by: Microsoft
  • 91 total downloads
  • Latest version: 10.0.2
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.EventLog by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.4.20251.6
Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service. Commonly Used Types: System.Diagnostics.EventLog When using NuGet 3.x this package requires at least version 3.4.