Sentry.Extensions.Logging
by: Sentry Team and Contributors
- 1 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.
Serilog
by: Serilog Contributors
- 1 total downloads
- Latest version: 2.4.0-dev-00755
Simple .NET logging with fully-structured events
Serilog.Enrichers.Environment
by: Serilog Contributors
- 1 total downloads
- Latest version: 2.1.3
Enrich Serilog log events with properties from System.Environment.
Serilog.Extensions.Logging
by: Microsoft, Serilog Contributors
- 1 total downloads
- Latest version: 2.0.3
Low-level Serilog provider for Microsoft.Extensions.Logging
Serilog.Sinks.File
by: Serilog Contributors
- 1 total downloads
- Latest version: 3.1.2-dev-00761
Write Serilog events to a text file in plain or JSON format.
SixLabors.Core
by: Six Labors
- 1 total downloads
- Latest version: 1.0.0-beta0004
Low level primitives for use across Six Labors projects..
SixLabors.Fonts
by: Six Labors and contributors
- 1 total downloads
- Latest version: 1.0.0
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
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.macOS
by: Microsoft
- 1 total downloads
- Latest version: 2.88.4-preview.76
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
by: Microsoft
- 4 total downloads
- Latest version: 3.119.0-preview.1.2
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SkiaSharp.Views.Desktop.Common
by: Microsoft
- 1 total downloads
- Latest version: 2.80.2-preview.33
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SkiaSharp.Views.Gtk2
by: Microsoft
- 3 total downloads
- Latest version: 2.88.1-preview.104
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, Frank Ray
- 13 total downloads
- Latest version: 0.49.2-preview.0.66
A library that makes it easier to create beautiful console applications.
Syncfusion.Licensing
by: Syncfusion Inc.
- 1 total downloads
- Latest version: 19.4.0.41
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 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Syncfusion.Pdf.Net.Core
by: Syncfusion Inc.
- 2 total downloads
- Latest version: 20.4.0.38
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
- 6 total downloads
- Latest version: 10.0.0-preview.6.25358.103
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.Collections.NonGeneric
by: Microsoft
- 1 total downloads
- Latest version: 4.0.1-rc2-24027
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package.
Commonly Used Types:
System.Collections.ArrayList
System.Collections.Hashtable
System.Collections.CollectionBase
System.Collections.ReadOnlyCollectionBase
System.Collections.Stack
System.Collections.SortedList
System.Collections.DictionaryBase
System.Collections.Queue
System.Collections.Comparer
System.Collections.CaseInsensitiveComparer
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
System.ComponentModel.Annotations
by: Microsoft
- 3 total downloads
- Latest version: 4.6.0-preview7.19362.9
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.ComponentModel.EventBasedAsync
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0
Provides support classes and delegates for the event-based asynchronous pattern. Developers should prefer the classes in the System.Threading.Tasks package.
Commonly Used Types:
System.ComponentModel.AsyncCompletedEventArgs
System.ComponentModel.AsyncCompletedEventHandler
System.ComponentModel.ProgressChangedEventArgs
System.ComponentModel.ProgressChangedEventHandler
System.ComponentModel.AsyncOperation
System.ComponentModel.AsyncOperationManager
System.Composition
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.6.20305.6
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.ConventionBuilder
System.Composition.Hosting.CompositionHost
System.Composition.CompositionContext
System.Composition.CompositionContextExtensions
When using NuGet 3.x this package requires at least version 3.4.