System.Composition.Hosting 10.0.11

About

System.Composition.Hosting is part of the Managed Extensibility Framework (MEF) 2.0, a composition library for .NET that enables dependency injection through attributes or conventions.

This package provides core services for creating composition containers. It offers tools to configure and manage the composition of parts within your application, facilitating dependency injection and enabling modular architectures.

Key Features

  • Create and manage composition containers for dynamic dependency injection.

How to Use

Create a composition host and compose parts.

using System.Composition;
using System.Composition.Hosting;

// Create a container configuration
var configuration = new ContainerConfiguration()
    .WithPart<Service>();

// Create the composition host (container)
using CompositionHost container = configuration.CreateContainer();

// Get an instance of the service
var service = container.GetExport<IService>();
service.Run();
// Service is running!

public interface IService
{
    void Run();
}

[Export(typeof(IService))]
public class Service : IService
{
    public void Run() => Console.WriteLine("Service is running!");
}

Main Types

The main type provided by this library is:

  • System.Composition.CompositionHost

Additional Documentation

Feedback & Contributing

System.Composition.Hosting is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Composition.Hosting.

Packages Downloads
System.Composition
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
1,267
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
1,256
System.Composition
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
1,221
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
1,210
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
49
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
47
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
45
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
44
System.Composition
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
43
System.Composition
This package 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
41
System.Composition
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
41
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
41
System.Composition
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
40
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
40
System.Composition
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.
40
System.Composition
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
39
System.Composition.TypedParts
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
39

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

.NET 10.0

.NET Standard 2.0

Version Downloads Last updated
11.0.0-rc.1.26425.128 6 09/09/2026
11.0.0-preview.7.26381.103 14 08/12/2026
11.0.0-preview.6.26359.118 15 07/15/2026
11.0.0-preview.5.26302.115 23 06/12/2026
11.0.0-preview.4.26230.115 24 05/14/2026
11.0.0-preview.3.26207.106 25 04/16/2026
11.0.0-preview.2.26159.112 31 03/11/2026
11.0.0-preview.1.26104.118 30 02/12/2026
10.0.12 4 09/09/2026
10.0.11 13 08/12/2026
10.0.10 15 07/15/2026
10.0.9 15 06/12/2026
10.0.8 17 05/14/2026
10.0.7 26 04/24/2026
10.0.6 22 04/16/2026
10.0.5 27 03/14/2026
10.0.4 32 03/11/2026
10.0.3 46 02/12/2026
10.0.2 35 01/16/2026
10.0.1 42 12/10/2025
10.0.0 42 12/12/2025
10.0.0-rc.2.25502.107 39 12/12/2025
10.0.0-rc.1.25451.107 35 12/20/2025
10.0.0-preview.7.25380.108 34 12/20/2025
10.0.0-preview.6.25358.103 34 12/21/2025
10.0.0-preview.5.25277.114 42 12/16/2025
10.0.0-preview.4.25258.110 30 12/20/2025
10.0.0-preview.3.25171.5 29 12/21/2025
10.0.0-preview.2.25163.2 30 12/21/2025
10.0.0-preview.1.25080.5 28 12/21/2025
9.0.20 4 09/09/2026
9.0.19 14 08/12/2026
9.0.18 18 07/15/2026
9.0.17 13 06/12/2026
9.0.16 20 05/14/2026
9.0.15 33 04/16/2026
9.0.14 33 03/11/2026
9.0.13 26 02/11/2026
9.0.12 36 01/17/2026
9.0.11 28 12/12/2025
9.0.10 40 12/12/2025
9.0.9 28 12/10/2025
9.0.8 42 12/10/2025
9.0.7 29 12/09/2025
9.0.6 33 12/10/2025
9.0.5 29 12/10/2025
9.0.4 35 12/10/2025
9.0.3 41 12/10/2025
9.0.2 35 12/10/2025
9.0.1 27 12/10/2025
9.0.0 1,226 12/10/2025
9.0.0-rc.2.24473.5 24 12/21/2025
9.0.0-rc.1.24431.7 32 12/21/2025
9.0.0-preview.7.24405.7 37 12/21/2025
9.0.0-preview.6.24327.7 32 12/21/2025
9.0.0-preview.5.24306.7 32 12/12/2025
9.0.0-preview.4.24266.19 26 12/21/2025
9.0.0-preview.3.24172.9 28 12/12/2025
9.0.0-preview.2.24128.5 31 12/21/2025
9.0.0-preview.1.24080.9 27 12/16/2025
8.0.0 30 12/10/2025
8.0.0-rc.2.23479.6 22 12/12/2025
8.0.0-rc.1.23419.4 24 12/12/2025
8.0.0-preview.7.23375.6 26 12/12/2025
8.0.0-preview.6.23329.7 39 12/12/2025
8.0.0-preview.5.23280.8 28 12/12/2025
8.0.0-preview.4.23259.5 24 12/12/2025
8.0.0-preview.3.23174.8 25 12/12/2025
8.0.0-preview.2.23128.3 24 12/12/2025
8.0.0-preview.1.23110.8 35 12/12/2025
7.0.0 34 12/10/2025
7.0.0-rc.2.22472.3 31 12/12/2025
7.0.0-rc.1.22426.10 29 12/10/2025
7.0.0-preview.7.22375.6 23 12/12/2025
7.0.0-preview.6.22324.4 35 12/12/2025
7.0.0-preview.5.22301.12 34 12/12/2025
7.0.0-preview.4.22229.4 43 12/12/2025
7.0.0-preview.3.22175.4 33 12/12/2025
7.0.0-preview.2.22152.2 33 12/12/2025
7.0.0-preview.1.22076.8 23 12/12/2025
6.0.2-mauipre.1.22102.15 21 12/12/2025
6.0.2-mauipre.1.22054.8 27 12/12/2025
6.0.0 1,260 12/10/2025
6.0.0-rc.2.21480.5 25 12/12/2025
6.0.0-rc.1.21451.13 25 12/12/2025
6.0.0-preview.7.21377.19 24 12/12/2025
6.0.0-preview.6.21352.12 21 12/12/2025
6.0.0-preview.5.21301.5 23 12/12/2025
6.0.0-preview.4.21253.7 33 12/12/2025
6.0.0-preview.3.21201.4 33 12/12/2025
6.0.0-preview.2.21154.6 28 12/12/2025
6.0.0-preview.1.21102.12 25 12/12/2025
5.0.1 22 12/10/2025
5.0.0 24 12/10/2025
5.0.0-rc.2.20475.5 23 12/12/2025
5.0.0-rc.1.20451.14 32 12/12/2025
5.0.0-preview.8.20407.11 22 12/12/2025
5.0.0-preview.7.20364.11 18 12/21/2025
5.0.0-preview.6.20305.6 28 12/12/2025
5.0.0-preview.5.20278.1 25 12/21/2025
5.0.0-preview.4.20251.6 33 12/21/2025
5.0.0-preview.3.20214.6 27 12/10/2025
5.0.0-preview.2.20160.6 29 12/15/2025
5.0.0-preview.1.20120.5 27 12/21/2025
1.4.1 36 12/10/2025
1.4.0 34 12/10/2025
1.4.0-preview3.19551.4 25 12/12/2025
1.4.0-preview2.19523.17 28 12/21/2025
1.4.0-preview1.19504.10 33 12/21/2025
1.3.0 31 12/10/2025
1.3.0-rc1.19456.4 23 12/21/2025
1.3.0-preview9.19421.4 23 12/21/2025
1.3.0-preview9.19416.11 21 12/21/2025
1.3.0-preview8.19405.3 28 12/21/2025
1.3.0-preview7.19362.9 23 12/21/2025
1.3.0-preview6.19303.8 31 12/21/2025
1.3.0-preview6.19264.9 35 12/21/2025
1.3.0-preview5.19224.8 29 12/21/2025
1.3.0-preview4.19212.13 22 12/21/2025
1.3.0-preview3.19128.7 21 12/21/2025
1.3.0-preview.19073.11 43 12/12/2025
1.3.0-preview.18571.3 32 12/12/2025
1.2.0 44 12/10/2025
1.2.0-rc1 26 12/12/2025
1.2.0-preview2-26406-04 22 12/12/2025
1.2.0-preview1-26216-02 33 12/12/2025
1.1.0 33 12/10/2025
1.1.0-preview2-25405-01 26 12/12/2025
1.1.0-preview1-25305-02 22 12/12/2025
1.0.31 26 12/20/2025
1.0.31-preview1-24530-04 33 12/12/2025