Polly.Extensions.Http
by: App vNext
- 1 total downloads
- Latest version: 1.0.1-preview2
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
RestSharp
by: .NET Foundation and Contributors
- 3 total downloads
- Latest version: 111.0.1-alpha.0.5
Simple REST and HTTP API Client
Roslyn.Diagnostics.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.3.1
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
Sentry
by: Sentry Team and Contributors
- 0 total downloads
- Latest version: 4.12.1-segv1
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Extensions.Logging
by: Sentry Team and Contributors
- 3 total downloads
- Latest version: 6.0.0-preview.2-prerelease
Official Microsoft.Extensions.Logging integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.OpenTelemetry
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 5.14.1
Official OpenTelemetry integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog.Expressions
by: Serilog Contributors
- 1 total downloads
- Latest version: 4.0.0-dev-00143
An embeddable mini-language for filtering, enriching, and formatting Serilog
events, ideal for use with JSON or XML configuration.
Serilog.Extensions.Hosting
by: Microsoft, Serilog Contributors
- 2 total downloads
- Latest version: 4.0.0-dev-00051
Serilog support for .NET Core logging in hosted services
Serilog.Settings.Configuration
by: Serilog Contributors
- 3 total downloads
- Latest version: 8.0.0
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Serilog.Sinks.Console
by: Serilog Contributors
- 1 total downloads
- Latest version: 3.1.1-dev-00757
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.MSSqlServer
by: Michiel van Oudheusden, Serilog Contributors
- 1 total downloads
- Latest version: 5.1.3-dev-00226
A Serilog sink that writes events to Microsoft SQL Server
SharpDX.Direct2D1
by: Alexandre Mutel
- 1 total downloads
- Latest version: 4.0.0-ci126
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
SkiaSharp
by: Microsoft
- 1 total downloads
- Latest version: 2.88.1-preview.63
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.NativeAssets.Linux.NoDependencies
by: Microsoft
- 2 total downloads
- Latest version: 3.119.3-preview.1.1
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.WPF
by: Microsoft
- 1 total downloads
- Latest version: 2.80.1
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
- 1 total downloads
- Latest version: 0.35.0
A library that makes it easier to create beautiful console applications.
Swashbuckle.AspNetCore.Swagger
by: Swashbuckle.AspNetCore.Swagger
- 1 total downloads
- Latest version: 6.0.3
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Syncfusion.Licensing
by: Syncfusion Inc.
- 6 total downloads
- Latest version: 28.1.36
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 2024 Syncfusion®, Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution.
Syncfusion.Pdf.Net.Core
by: Syncfusion Inc.
- 1 total downloads
- Latest version: 25.1.37
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.Collections.Immutable
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0
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.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>