System.Composition.TypedParts 9.0.18

About

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

Provides ContainerConfiguration and some extension methods for the Managed Extensibility Framework (MEF).

Key Features

  • Provides container configuration.

How to Use

Register parts from an entire assembly.

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

// Register all parts from the current assembly
var configuration = new ContainerConfiguration()
    .WithAssembly(Assembly.GetExecutingAssembly());

using CompositionHost container = configuration.CreateContainer();

var handlers = container.GetExports<IHandler>();
foreach (var handler in handlers)
{
    handler.Handle();
}
// HandlerA is handling.
// HandlerB is handling.

public interface IHandler
{
    void Handle();
}

[Export(typeof(IHandler))]
public class HandlerA : IHandler
{
    public void Handle() => Console.WriteLine("HandlerA is handling.");
}

[Export(typeof(IHandler))]
public class HandlerB : IHandler
{
    public void Handle() => Console.WriteLine("HandlerB is handling.");
}

Main Types

The main types provided by this library are:

  • System.Composition.Hosting.ContainerConfiguration
  • System.Composition.CompositionContextExtensions

Additional Documentation

Feedback & Contributing

System.Composition.TypedParts 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.TypedParts.

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,246
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.
643
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.
38
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.
37
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
35
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.
35
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.
35
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.
34
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.
33
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.
32
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
32
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.
32
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.
31
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 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
30
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
30

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