System.Composition.TypedParts 10.0.2

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 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
105
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
106
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
108
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
109
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
413
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
107
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
116
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
120
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
126
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
202
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.
109
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 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
123
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.
108
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.
109
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.
111
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.
113
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.
127

https://go.microsoft.com/fwlink/?LinkID=799421

Version Downloads Last updated
10.0.2 7 01/14/2026
10.0.1 17 12/13/2025
10.0.0 32 11/12/2025
10.0.0-rc.2.25502.107 49 10/15/2025
10.0.0-rc.1.25451.107 55 09/09/2025
10.0.0-preview.7.25380.108 53 08/14/2025
10.0.0-preview.6.25358.103 46 07/17/2025
10.0.0-preview.5.25277.114 76 06/08/2025
10.0.0-preview.4.25258.110 73 05/15/2025
10.0.0-preview.3.25171.5 76 04/13/2025
10.0.0-preview.2.25163.2 75 03/30/2025
10.0.0-preview.1.25080.5 78 03/31/2025
9.0.12 9 01/15/2026
9.0.11 34 11/12/2025
9.0.10 39 10/15/2025
9.0.9 42 09/09/2025
9.0.8 56 08/06/2025
9.0.7 59 07/09/2025
9.0.6 65 06/13/2025
9.0.5 66 05/16/2025
9.0.4 66 04/09/2025
9.0.3 65 04/01/2025
9.0.2 73 04/01/2025
9.0.1 82 04/01/2025
9.0.0 79 11/14/2024
9.0.0-rc.2.24473.5 75 10/14/2024
9.0.0-rc.1.24431.7 62 10/22/2024
9.0.0-preview.7.24405.7 86 08/19/2024
9.0.0-preview.6.24327.7 101 07/18/2024
9.0.0-preview.5.24306.7 96 07/18/2024
9.0.0-preview.4.24266.19 102 07/18/2024
9.0.0-preview.3.24172.9 100 07/18/2024
9.0.0-preview.2.24128.5 101 07/18/2024
9.0.0-preview.1.24080.9 101 07/18/2024
8.0.0 101 07/18/2024
8.0.0-rc.2.23479.6 88 07/18/2024
8.0.0-rc.1.23419.4 94 07/18/2024
8.0.0-preview.7.23375.6 103 07/16/2024
8.0.0-preview.6.23329.7 110 07/18/2024
8.0.0-preview.5.23280.8 104 07/18/2024
8.0.0-preview.4.23259.5 89 07/18/2024
8.0.0-preview.3.23174.8 97 07/18/2024
8.0.0-preview.2.23128.3 104 07/18/2024
8.0.0-preview.1.23110.8 97 07/18/2024
7.0.0 379 02/05/2024
7.0.0-rc.2.22472.3 99 07/18/2024
7.0.0-rc.1.22426.10 109 07/18/2024
7.0.0-preview.7.22375.6 98 07/18/2024
7.0.0-preview.6.22324.4 88 07/18/2024
7.0.0-preview.5.22301.12 104 07/18/2024
7.0.0-preview.4.22229.4 90 07/18/2024
7.0.0-preview.3.22175.4 96 07/18/2024
7.0.0-preview.2.22152.2 91 07/18/2024
7.0.0-preview.1.22076.8 98 07/18/2024
6.0.2-mauipre.1.22102.15 78 09/02/2024
6.0.2-mauipre.1.22054.8 53 08/20/2025
6.0.0 194 02/04/2024
6.0.0-rc.2.21480.5 103 07/18/2024
6.0.0-rc.1.21451.13 100 07/18/2024
6.0.0-preview.7.21377.19 110 07/18/2024
6.0.0-preview.6.21352.12 112 07/18/2024
6.0.0-preview.5.21301.5 107 07/18/2024
6.0.0-preview.4.21253.7 105 07/18/2024
6.0.0-preview.3.21201.4 91 07/18/2024
6.0.0-preview.2.21154.6 110 07/18/2024
6.0.0-preview.1.21102.12 103 07/18/2024
5.0.1 93 07/18/2024
5.0.0 98 07/18/2024
5.0.0-rc.2.20475.5 101 07/18/2024
5.0.0-rc.1.20451.14 107 07/18/2024
5.0.0-preview.8.20407.11 97 07/18/2024
5.0.0-preview.7.20364.11 104 07/18/2024
5.0.0-preview.6.20305.6 102 07/18/2024
5.0.0-preview.5.20278.1 99 07/18/2024
5.0.0-preview.4.20251.6 87 07/18/2024
5.0.0-preview.3.20214.6 103 07/18/2024
5.0.0-preview.2.20160.6 86 07/18/2024
5.0.0-preview.1.20120.5 94 07/18/2024
1.4.1 105 07/18/2024
1.4.0 110 07/18/2024
1.4.0-preview3.19551.4 108 07/18/2024
1.4.0-preview2.19523.17 99 07/18/2024
1.4.0-preview1.19504.10 107 07/18/2024
1.3.0 116 07/18/2024
1.3.0-rc1.19456.4 100 07/18/2024
1.3.0-preview9.19421.4 95 07/18/2024
1.3.0-preview9.19416.11 95 07/18/2024
1.3.0-preview8.19405.3 103 07/18/2024
1.3.0-preview7.19362.9 92 07/18/2024
1.3.0-preview6.19303.8 98 07/18/2024
1.3.0-preview6.19264.9 99 07/18/2024
1.3.0-preview5.19224.8 107 07/18/2024
1.3.0-preview4.19212.13 109 07/18/2024
1.3.0-preview3.19128.7 94 07/18/2024
1.3.0-preview.19073.11 107 07/18/2024
1.3.0-preview.18571.3 88 07/18/2024
1.2.0 103 07/18/2024
1.2.0-rc1 92 07/18/2024
1.2.0-preview2-26406-04 109 07/18/2024
1.2.0-preview1-26216-02 109 07/18/2024
1.1.0 110 07/18/2024
1.1.0-preview2-25405-01 119 07/18/2024
1.1.0-preview1-25305-02 96 07/18/2024
1.0.31 128 02/04/2024
1.0.31-preview1-24530-04 93 07/18/2024