System.Composition.Runtime by: Microsoft
  • 16 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Contains runtime components of the Managed Extensibility Framework (MEF).
System.ComponentModel by: Microsoft
  • 0 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.CodeDom by: Microsoft
  • 18 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.Buffers by: Microsoft
  • 10 total downloads
  • Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f When using NuGet 3.x this package requires at least version 3.4.
StackExchange.Redis by: Stack Exchange, Inc., Marc Gravell, Nick Craver
  • 128 total downloads
  • Latest version: 3.0.2-preview
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
System.Composition by: Microsoft
  • 14 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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.AttributedModel by: Microsoft
  • 20 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).
Swashbuckle.AspNetCore by: domaindrivendev
  • 23 total downloads
  • Latest version: 10.1.7
  • swagger openapi documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Composition.TypedParts by: Microsoft
  • 19 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Composition.Convention by: Microsoft
  • 19 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Composition.Hosting by: Microsoft
  • 17 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.ClientModel by: Microsoft
  • 9 total downloads
  • Latest version: 1.10.0
Contains building blocks for clients that call cloud services.
System.Collections.Immutable by: Microsoft
  • 10 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
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
  • 13 total downloads
  • Latest version: 5.0.0-rc.2.20475.5
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.AppContext by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext
System.ComponentModel.TypeConverter by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22416
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.StringConverter System.ComponentModel.ITypeDescriptorContext System.ComponentModel.EnumConverter System.ComponentModel.TypeDescriptor System.ComponentModel.Int32Converter System.ComponentModel.BooleanConverter System.ComponentModel.DoubleConverter
SmartFormat by: axuno gGmbH, Scott Rippey, SmartFormat Project maintainers and contributors.
  • 17 total downloads
  • Latest version: 3.6.1
  • string-format stringformat template templating string-composition smartformat smart-format netstandard netcore netframework csharp c-sharp
This package contains the core SmartFormat assemblies with core extensions built-in. SmartFormat is a lightweight text templating library written in C#. It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format. It uses extensions to provide named placeholders, localization, pluralization, gender conjugation, and list and time formatting.
System.ComponentModel.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
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
Standart.Hash.xxHash by: Oleksandr Melnyk
  • 1 total downloads
  • Latest version: 4.0.5
  • hash xxHash
Standart.Hash.xxHash
System.ComponentModel.EventBasedAsync by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.10-beta-22416
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