NuGet.LibraryModel
by: Microsoft
- 1 total downloads
- Latest version: 4.5.3+9bcbce4433dec2570a34bc6b5ac9df74fdb7a383
NuGet client library.
Portable.BouncyCastle
by: BouncyCastle.Crypto
- 1 total downloads
- Latest version: 1.8.1.4
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, WP, Silverlight, MonoAndroid, Xamarin.iOS, .NET Core
- 1 total downloads
- Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
- 2 total downloads
- Latest version: 4.3.0-preview1-24530-04
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
Sentry
by: Sentry Team and Contributors
- 33 total downloads
- Latest version: 5.14.0-alpha.1
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android
by: Sentry Team and Contributors
- 9 total downloads
- Latest version: 5.14.0
.NET Bindings for the Sentry Android SDK
Sentry.Profiling
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 4.10.2
Performance profiling support 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.12.0-dev-01490
Simple .NET logging with fully-structured events
SkiaSharp
by: Microsoft
- 3 total downloads
- Latest version: 2.88.8
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.Win32
by: Microsoft
- 2 total downloads
- Latest version: 2.88.6
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.
StyleCop.Analyzers
by: Sam Harwell et. al.
- 1 total downloads
- Latest version: 1.0.0-beta011
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore.SwaggerUI
by: Swashbuckle.AspNetCore.SwaggerUI
- 1 total downloads
- Latest version: 1.0.0
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
Syncfusion.Licensing
by: Syncfusion Inc.
- 1 total downloads
- Latest version: 18.4.0.49
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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
System.Collections.Immutable
by: Microsoft
- 1 total downloads
- Latest version: 1.6.0-preview.18571.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.
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>
System.Collections.NonGeneric
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
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
When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Specialized
by: Microsoft
- 2 total downloads
- Latest version: 4.3.0
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Commonly Used Types:
System.Collections.Specialized.NameValueCollection
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.StringCollection
System.Collections.Specialized.IOrderedDictionary
System.Collections.Specialized.HybridDictionary
System.Collections.Specialized.OrderedDictionary
System.Collections.Specialized.ListDictionary
System.Collections.Specialized.StringDictionary
System.Collections.Specialized.BitVector32
When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
Provides interfaces that are used to implement the run-time and design-time behavior of components.
Commonly Used Types:
System.ComponentModel.IComponent
System.ComponentModel.IContainer
System.ComponentModel.ISite
System.ComponentModel.ComponentCollection
When using NuGet 3.x this package requires at least version 3.4.
System.Composition
by: Microsoft
- 2 total downloads
- Latest version: 5.0.0-preview.8.20407.11
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.
System.Composition.AttributedModel
by: Microsoft
- 3 total downloads
- Latest version: 1.3.0-preview8.19405.3
Provides common attributes used by System.Composition types.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.AttributedModelProvider
When using NuGet 3.x this package requires at least version 3.4.
System.Drawing.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
Provides basic drawing primitive structures, that exposes the corresponding System.Drawing.dll types in .NET Core.
Commonly Used Types:
System.Drawing.Point
System.Drawing.PointF
System.Drawing.Size
System.Drawing.SizeF
System.Drawing.Rectangle
System.Drawing.RectangleF
When using NuGet 3.x this package requires at least version 3.4.