System.Composition.TypedParts 11.0.0-preview.5.26302.115

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
133
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
136
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
463
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
133
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
142
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
147
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
149
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
228
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 029cf57733b7ec6c1dd8a13857e800b9a8d97192 When using NuGet 3.x this package requires at least version 3.4.
137
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.
151
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.
133
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.
134
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.
135
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.
140
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.
142
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.
143
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.
148
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.
154
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.
161

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

.NET 10.0

.NET Standard 2.0

.NET Framework 4.6.2

.NET 11.0

Version Downloads Last updated
11.0.0-preview.5.26302.115 8 06/09/2026
11.0.0-preview.4.26230.115 11 05/13/2026
11.0.0-preview.3.26207.106 18 04/14/2026
11.0.0-preview.2.26159.112 20 03/12/2026
11.0.0-preview.1.26104.118 27 02/13/2026
10.0.9 12 06/09/2026
10.0.8 9 05/13/2026
10.0.7 17 04/21/2026
10.0.6 16 04/14/2026
10.0.5 21 03/13/2026
10.0.4 25 03/12/2026
10.0.3 27 02/13/2026
10.0.2 34 01/14/2026
10.0.1 48 12/13/2025
10.0.0 65 11/12/2025
10.0.0-rc.2.25502.107 74 10/15/2025
10.0.0-rc.1.25451.107 79 09/09/2025
10.0.0-preview.7.25380.108 85 08/14/2025
10.0.0-preview.6.25358.103 71 07/17/2025
10.0.0-preview.5.25277.114 107 06/08/2025
10.0.0-preview.4.25258.110 98 05/15/2025
10.0.0-preview.3.25171.5 100 04/13/2025
10.0.0-preview.2.25163.2 95 03/30/2025
10.0.0-preview.1.25080.5 106 03/31/2025
9.0.17 9 06/09/2026
9.0.16 11 05/13/2026
9.0.15 20 04/14/2026
9.0.14 21 03/12/2026
9.0.13 29 02/13/2026
9.0.12 28 01/15/2026
9.0.11 64 11/12/2025
9.0.10 72 10/15/2025
9.0.9 65 09/09/2025
9.0.8 81 08/06/2025
9.0.7 84 07/09/2025
9.0.6 91 06/13/2025
9.0.5 88 05/16/2025
9.0.4 100 04/09/2025
9.0.3 93 04/01/2025
9.0.2 96 04/01/2025
9.0.1 109 04/01/2025
9.0.0 115 11/14/2024
9.0.0-rc.2.24473.5 101 10/14/2024
9.0.0-rc.1.24431.7 81 10/22/2024
9.0.0-preview.7.24405.7 112 08/19/2024
9.0.0-preview.6.24327.7 119 07/18/2024
9.0.0-preview.5.24306.7 113 07/18/2024
9.0.0-preview.4.24266.19 132 07/18/2024
9.0.0-preview.3.24172.9 126 07/18/2024
9.0.0-preview.2.24128.5 125 07/18/2024
9.0.0-preview.1.24080.9 127 07/18/2024
8.0.0 141 07/18/2024
8.0.0-rc.2.23479.6 111 07/18/2024
8.0.0-rc.1.23419.4 135 07/18/2024
8.0.0-preview.7.23375.6 127 07/16/2024
8.0.0-preview.6.23329.7 143 07/18/2024
8.0.0-preview.5.23280.8 128 07/18/2024
8.0.0-preview.4.23259.5 114 07/18/2024
8.0.0-preview.3.23174.8 123 07/18/2024
8.0.0-preview.2.23128.3 132 07/18/2024
8.0.0-preview.1.23110.8 119 07/18/2024
7.0.0 403 02/05/2024
7.0.0-rc.2.22472.3 116 07/18/2024
7.0.0-rc.1.22426.10 133 07/18/2024
7.0.0-preview.7.22375.6 122 07/18/2024
7.0.0-preview.6.22324.4 106 07/18/2024
7.0.0-preview.5.22301.12 131 07/18/2024
7.0.0-preview.4.22229.4 112 07/18/2024
7.0.0-preview.3.22175.4 121 07/18/2024
7.0.0-preview.2.22152.2 113 07/18/2024
7.0.0-preview.1.22076.8 123 07/18/2024
6.0.2-mauipre.1.22102.15 103 09/02/2024
6.0.2-mauipre.1.22054.8 92 08/20/2025
6.0.0 225 02/04/2024
6.0.0-rc.2.21480.5 130 07/18/2024
6.0.0-rc.1.21451.13 129 07/18/2024
6.0.0-preview.7.21377.19 136 07/18/2024
6.0.0-preview.6.21352.12 135 07/18/2024
6.0.0-preview.5.21301.5 130 07/18/2024
6.0.0-preview.4.21253.7 133 07/18/2024
6.0.0-preview.3.21201.4 114 07/18/2024
6.0.0-preview.2.21154.6 135 07/18/2024
6.0.0-preview.1.21102.12 127 07/18/2024
5.0.1 122 07/18/2024
5.0.0 126 07/18/2024
5.0.0-rc.2.20475.5 138 07/18/2024
5.0.0-rc.1.20451.14 132 07/18/2024
5.0.0-preview.8.20407.11 117 07/18/2024
5.0.0-preview.7.20364.11 126 07/18/2024
5.0.0-preview.6.20305.6 127 07/18/2024
5.0.0-preview.5.20278.1 125 07/18/2024
5.0.0-preview.4.20251.6 113 07/18/2024
5.0.0-preview.3.20214.6 134 07/18/2024
5.0.0-preview.2.20160.6 110 07/18/2024
5.0.0-preview.1.20120.5 116 07/18/2024
1.4.1 134 07/18/2024
1.4.0 134 07/18/2024
1.4.0-preview3.19551.4 138 07/18/2024
1.4.0-preview2.19523.17 120 07/18/2024
1.4.0-preview1.19504.10 148 07/18/2024
1.3.0 144 07/18/2024
1.3.0-rc1.19456.4 131 07/18/2024
1.3.0-preview9.19421.4 124 07/18/2024
1.3.0-preview9.19416.11 119 07/18/2024
1.3.0-preview8.19405.3 131 07/18/2024
1.3.0-preview7.19362.9 113 07/18/2024
1.3.0-preview6.19303.8 117 07/18/2024
1.3.0-preview6.19264.9 122 07/18/2024
1.3.0-preview5.19224.8 146 07/18/2024
1.3.0-preview4.19212.13 135 07/18/2024
1.3.0-preview3.19128.7 115 07/18/2024
1.3.0-preview.19073.11 135 07/18/2024
1.3.0-preview.18571.3 115 07/18/2024
1.2.0 129 07/18/2024
1.2.0-rc1 115 07/18/2024
1.2.0-preview2-26406-04 130 07/18/2024
1.2.0-preview1-26216-02 129 07/18/2024
1.1.0 135 07/18/2024
1.1.0-preview2-25405-01 146 07/18/2024
1.1.0-preview1-25305-02 126 07/18/2024
1.0.31 152 02/04/2024
1.0.31-preview1-24530-04 109 07/18/2024