System.ComponentModel 4.0.0-beta-22416

Prefix Reserved
This is a prerelease version of System.ComponentModel.
There is a newer version of this package available.
See the version list below for details.
dotnet add package System.ComponentModel --version 4.0.0-beta-22416
                    
NuGet\Install-Package System.ComponentModel -Version 4.0.0-beta-22416
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.ComponentModel" Version="4.0.0-beta-22416" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.ComponentModel" Version="4.0.0-beta-22416" />
                    
Directory.Packages.props
<PackageReference Include="System.ComponentModel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.ComponentModel --version 4.0.0-beta-22416
                    
#r "nuget: System.ComponentModel, 4.0.0-beta-22416"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.ComponentModel&version=4.0.0-beta-22416&prerelease
                    
Install System.ComponentModel as a Cake Addin
#tool nuget:?package=System.ComponentModel&version=4.0.0-beta-22416&prerelease
                    
Install System.ComponentModel as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
.NETPlatform dotnet is compatible. 
ASP.NETCore aspnetcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (378)

Showing the top 5 NuGet packages that depend on System.ComponentModel:

Package Downloads
System.ComponentModel.Annotations

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.Primitives

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.ComponentModel.TypeConverter

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 When using NuGet 3.x this package requires at least version 3.4.

CommonServiceLocator

The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.

Hangfire.AspNetCore

ASP.NET Core support for Hangfire, a background job framework for .NET applications.

GitHub repositories (99)

Showing the top 20 popular GitHub repositories that depend on System.ComponentModel:

Repository Stars
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
dotnet/reactive
The Reactive Extensions for .NET
EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
zzzprojects/EntityFramework-Plus
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
kevin-montrose/Jil
Fast .NET JSON (De)Serializer, Built On Sigil
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
microsoft/nodejstools
Node.js Tools for Visual Studio
xamarin/XamarinCommunityToolkit
The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
JasperFx/wolverine
Supercharged .NET server side development!
MarimerLLC/csla
A home for your business logic in any .NET application.
simpleinjector/SimpleInjector
An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
lbugnion/mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
dadhi/DryIoc
DryIoc is fast, small, full-featured IoC Container for .NET
pnp/PnP-PowerShell
SharePoint PnP PowerShell CmdLets
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
Version Downloads Last updated
4.3.0 1,050,129,280 11/15/2016
4.3.0-preview1-24530-04 301,248 10/24/2016
4.0.1 606,264,811 6/27/2016
4.0.1-rc2-24027 3,312,716 5/16/2016
4.0.1-beta-23516 492,454 11/18/2015
4.0.1-beta-23409 396,459 10/15/2015
4.0.1-beta-23225 194,174 9/1/2015
4.0.0 2,290,096 7/29/2015
4.0.0-beta-23109 59,350 7/27/2015
4.0.0-beta-23019 54,574 6/30/2015
4.0.0-beta-22816 79,801 4/24/2015
4.0.0-beta-22605 27,576 2/13/2015
4.0.0-beta-22416 17,468 1/16/2015
4.0.0-beta-22231 75,494 11/11/2014