System.ComponentModel.Composition 9.0.3

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package System.ComponentModel.Composition --version 9.0.3
                    
NuGet\Install-Package System.ComponentModel.Composition -Version 9.0.3
                    
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="9.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.3" />
                    
Directory.Packages.props
<PackageReference Include="System.ComponentModel.Composition" />
                    
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.Composition --version 9.0.3
                    
#r "nuget: System.ComponentModel.Composition, 9.0.3"
                    
#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.Composition&version=9.0.3
                    
Install System.ComponentModel.Composition as a Cake Addin
#tool nuget:?package=System.ComponentModel.Composition&version=9.0.3
                    
Install System.ComponentModel.Composition as a Cake Tool

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

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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  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 net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (272)

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

Package Downloads
Microsoft.Windows.Compatibility

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

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.SqlServer.DacFx

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

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

Microsoft.VisualStudio.Utilities

A member of the Visual Studio SDK

GitHub repositories (91)

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

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
DevToys-app/DevToys
A Swiss Army knife for developers.
dnSpy/dnSpy
.NET debugger and assembly editor
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
MahApps/MahApps.Metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
naudio/NAudio
Audio and MIDI library for .NET
kurrent-io/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
VsVim/VsVim
Vim Emulator Plugin for Visual Studio 2015+
dotnet/samples
Sample code referenced by the .NET documentation
cairoshell/cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
scriptcs/scriptcs
Write C# apps with a text editor, nuget and the power of Roslyn!
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
EWSoftware/SHFB
Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
microsoft/AdaptiveCards
A new way for developers to exchange card content in a common and consistent way.
Version Downloads Last updated
10.0.0-preview.2.25163.2 2,094 22 days ago
10.0.0-preview.1.25080.5 1,428 a month ago
9.0.4 853 a day ago
9.0.3 71,373 a month ago
9.0.2 135,147 2 months ago
9.0.1 246,089 3 months ago
9.0.0 445,389 5 months ago
9.0.0-rc.2.24473.5 21,678 6 months ago
9.0.0-rc.1.24431.7 8,751 7 months ago
9.0.0-preview.7.24405.7 6,999 8 months ago
9.0.0-preview.6.24327.7 11,918 9 months ago
9.0.0-preview.5.24306.7 6,151 10 months ago
9.0.0-preview.4.24266.19 3,217 5/21/2024
9.0.0-preview.3.24172.9 8,228 4/11/2024
9.0.0-preview.2.24128.5 2,898 3/12/2024
9.0.0-preview.1.24080.9 28,456 2/13/2024
8.0.0 10,793,628 11/14/2023
8.0.0-rc.2.23479.6 16,308 10/10/2023
8.0.0-rc.1.23419.4 10,686 9/12/2023
8.0.0-preview.7.23375.6 13,218 8/8/2023
8.0.0-preview.6.23329.7 2,842 7/11/2023
8.0.0-preview.5.23280.8 5,934 6/13/2023
8.0.0-preview.4.23259.5 10,131 5/16/2023
8.0.0-preview.3.23174.8 20,456 4/11/2023
8.0.0-preview.2.23128.3 5,664 3/14/2023
8.0.0-preview.1.23110.8 8,884 2/21/2023
7.0.0 7,281,244 11/7/2022
7.0.0-rc.2.22472.3 9,490 10/11/2022
7.0.0-rc.1.22426.10 62,801 9/14/2022
7.0.0-preview.7.22375.6 10,578 8/9/2022
7.0.0-preview.6.22324.4 1,266 7/12/2022
7.0.0-preview.5.22301.12 1,317 6/14/2022
7.0.0-preview.4.22229.4 11,217 5/10/2022
7.0.0-preview.3.22175.4 2,624 4/13/2022
7.0.0-preview.2.22152.2 12,104 3/14/2022
7.0.0-preview.1.22076.8 2,736 2/17/2022
6.0.0 19,001,188 11/8/2021
6.0.0-rc.2.21480.5 5,235 10/12/2021
6.0.0-rc.1.21451.13 8,227 9/14/2021
6.0.0-preview.7.21377.19 7,734 8/10/2021
6.0.0-preview.6.21352.12 2,426 7/14/2021
6.0.0-preview.5.21301.5 6,033 6/15/2021
6.0.0-preview.4.21253.7 21,338 5/24/2021
6.0.0-preview.3.21201.4 8,634 4/8/2021
6.0.0-preview.2.21154.6 8,247 3/11/2021
6.0.0-preview.1.21102.12 14,708 2/12/2021
5.0.0 29,428,493 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 27,449 10/13/2020
5.0.0-rc.1.20451.14 4,937 9/14/2020
5.0.0-preview.8.20407.11 8,907 8/25/2020
5.0.0-preview.7.20364.11 19,440 7/21/2020
5.0.0-preview.6.20305.6 4,223 6/25/2020
5.0.0-preview.5.20278.1 4,532 6/10/2020
5.0.0-preview.4.20251.6 9,910 5/18/2020
5.0.0-preview.3.20214.6 34,244 4/23/2020
5.0.0-preview.2.20160.6 21,017 4/2/2020
5.0.0-preview.1.20120.5 1,457 3/16/2020
4.7.0 14,707,895 12/3/2019
4.7.0-preview3.19551.4 4,862 11/13/2019
4.7.0-preview2.19523.17 14,447 11/1/2019
4.7.0-preview1.19504.10 10,143 10/15/2019
4.6.0 2,611,284 9/23/2019
4.6.0-rc1.19456.4 4,892 9/16/2019
4.6.0-preview9.19421.4 3,085 9/4/2019
4.6.0-preview9.19416.11 571 9/4/2019
4.6.0-preview8.19405.3 6,928 8/13/2019
4.6.0-preview7.19362.9 8,909 7/23/2019
4.6.0-preview6.19303.8 41,515 6/12/2019
4.6.0-preview6.19264.9 580 9/4/2019
4.6.0-preview5.19224.8 26,618 5/6/2019
4.6.0-preview4.19212.13 2,311 4/18/2019
4.6.0-preview3.19128.7 8,380 3/6/2019
4.6.0-preview.19073.11 15,607 1/29/2019
4.6.0-preview.18571.3 14,131 12/3/2018
4.5.0 28,239,009 5/29/2018
4.5.0-rc1 50,854 5/6/2018
4.5.0-preview2-26406-04 19,706 4/10/2018
4.5.0-preview1-26216-02 34,907 3/12/2018