System.ComponentModel.Composition 4.6.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.ComponentModel.Composition --version 4.6.0
NuGet\Install-Package System.ComponentModel.Composition -Version 4.6.0
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.Composition" Version="4.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.ComponentModel.Composition --version 4.6.0
#r "nuget: System.ComponentModel.Composition, 4.6.0"
#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.
// Install System.ComponentModel.Composition as a Cake Addin
#addin nuget:?package=System.ComponentModel.Composition&version=4.6.0

// Install System.ComponentModel.Composition as a Cake Tool
#tool nuget:?package=System.ComponentModel.Composition&version=4.6.0

This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.

Commonly Used Types:
System.ComponentModel.Composition.ChangeRejectedException
System.ComponentModel.Composition.CompositionContractMismatchException
System.ComponentModel.Composition.CompositionError
System.ComponentModel.Composition.CompositionException
System.ComponentModel.Composition.ExportAttribute
System.ComponentModel.Composition.ImportAttribute
System.ComponentModel.Composition.ImportCardinalityMismatchException
System.ComponentModel.Composition.Hosting.AggregateCatalog
System.ComponentModel.Composition.Hosting.ApplicationCatalog
System.ComponentModel.Composition.Hosting.AssemblyCatalog
System.ComponentModel.Composition.Hosting.CompositionContainer
System.ComponentModel.Composition.Primitives.ComposablePartException
System.ComponentModel.Composition.Primitives.ExportDefinition
System.ComponentModel.Composition.Primitives.ImportDefinition
System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices

When using NuGet 3.x this package requires at least version 3.4.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed.  monotouch10 is compatible. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10.0.16299 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed.  xamarintvos10 is compatible. 
Xamarin.WatchOS xamarinwatchos was computed.  xamarinwatchos10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • MonoAndroid 1.0

    • No dependencies.
  • MonoTouch 1.0

    • No dependencies.
  • UAP 10.0.16299

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.
  • Xamarin.TVOS 1.0

    • No dependencies.
  • Xamarin.WatchOS 1.0

    • No dependencies.

NuGet packages (250)

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

Package Downloads
Microsoft.Windows.Compatibility The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

System.ComponentModel.Composition.Registration The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF. Commonly Used Types: System.ComponentModel.Composition.Registration.RegistrationBuilder System.ComponentModel.Composition.Registration.PartBuilder System.ComponentModel.Composition.Registration.PartBuilder<T> System.ComponentModel.Composition.Registration.ParameterImportBuilder System.ComponentModel.Composition.Registration.ImportBuilder System.ComponentModel.Composition.Registration.ExportBuilder

Microsoft.VisualStudio.Utilities The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A member of the Visual Studio SDK

Microsoft.SqlServer.DacFx The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008 and newer, as well as Microsoft Azure SQL. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download SqlPackage.exe for Windows, macOS, or Linux from http://aka.ms/sqlpackage.

Microsoft.VisualStudio.Composition The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.

GitHub repositories (73)

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

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
dnSpy/dnSpy
.NET debugger and assembly editor
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
MahApps/MahApps.Metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Version Downloads Last updated
9.0.0-preview.2.24128.5 574 3/12/2024
9.0.0-preview.1.24080.9 12,120 2/13/2024
8.0.0 1,030,965 11/14/2023
8.0.0-rc.2.23479.6 14,455 10/10/2023
8.0.0-rc.1.23419.4 9,896 9/12/2023
8.0.0-preview.7.23375.6 11,196 8/8/2023
8.0.0-preview.6.23329.7 2,502 7/11/2023
8.0.0-preview.5.23280.8 3,694 6/13/2023
8.0.0-preview.4.23259.5 9,918 5/16/2023
8.0.0-preview.3.23174.8 19,517 4/11/2023
8.0.0-preview.2.23128.3 4,964 3/14/2023
8.0.0-preview.1.23110.8 8,508 2/21/2023
7.0.0 4,772,582 11/7/2022
7.0.0-rc.2.22472.3 8,733 10/11/2022
7.0.0-rc.1.22426.10 62,258 9/14/2022
7.0.0-preview.7.22375.6 10,320 8/9/2022
7.0.0-preview.6.22324.4 1,111 7/12/2022
7.0.0-preview.5.22301.12 1,159 6/14/2022
7.0.0-preview.4.22229.4 10,461 5/10/2022
7.0.0-preview.3.22175.4 2,455 4/13/2022
7.0.0-preview.2.22152.2 11,919 3/14/2022
7.0.0-preview.1.22076.8 2,570 2/17/2022
6.0.2-mauipre.1.22102.15 2,009 2/15/2022
6.0.2-mauipre.1.22054.8 6,249 1/19/2022
6.0.0 12,814,265 11/8/2021
6.0.0-rc.2.21480.5 4,986 10/12/2021
6.0.0-rc.1.21451.13 7,961 9/14/2021
6.0.0-preview.7.21377.19 5,004 8/10/2021
6.0.0-preview.6.21352.12 2,268 7/14/2021
6.0.0-preview.5.21301.5 5,871 6/15/2021
6.0.0-preview.4.21253.7 20,814 5/24/2021
6.0.0-preview.3.21201.4 8,069 4/8/2021
6.0.0-preview.2.21154.6 7,984 3/11/2021
6.0.0-preview.1.21102.12 12,852 2/12/2021
5.0.0 24,966,746 11/9/2020
5.0.0-rc.2.20475.5 17,024 10/13/2020
5.0.0-rc.1.20451.14 4,723 9/14/2020
5.0.0-preview.8.20407.11 7,097 8/25/2020
5.0.0-preview.7.20364.11 19,017 7/21/2020
5.0.0-preview.6.20305.6 4,034 6/25/2020
5.0.0-preview.5.20278.1 4,291 6/10/2020
5.0.0-preview.4.20251.6 9,271 5/18/2020
5.0.0-preview.3.20214.6 26,132 4/23/2020
5.0.0-preview.2.20160.6 17,935 4/2/2020
5.0.0-preview.1.20120.5 1,337 3/16/2020
4.7.0 12,862,385 12/3/2019
4.7.0-preview3.19551.4 4,658 11/13/2019
4.7.0-preview2.19523.17 12,152 11/1/2019
4.7.0-preview1.19504.10 9,888 10/15/2019
4.6.0 2,435,353 9/23/2019
4.6.0-rc1.19456.4 4,689 9/16/2019
4.6.0-preview9.19421.4 2,937 9/4/2019
4.6.0-preview9.19416.11 454 9/4/2019
4.6.0-preview8.19405.3 6,515 8/13/2019
4.6.0-preview7.19362.9 8,585 7/23/2019
4.6.0-preview6.19303.8 40,959 6/12/2019
4.6.0-preview6.19264.9 465 9/4/2019
4.6.0-preview5.19224.8 24,884 5/6/2019
4.6.0-preview4.19212.13 2,111 4/18/2019
4.6.0-preview3.19128.7 7,810 3/6/2019
4.6.0-preview.19073.11 14,518 1/29/2019
4.6.0-preview.18571.3 12,697 12/3/2018
4.5.0 21,250,340 5/29/2018
4.5.0-rc1 46,391 5/6/2018
4.5.0-preview2-26406-04 17,696 4/10/2018
4.5.0-preview1-26216-02 32,557 3/12/2018