System.Composition.TypedParts 11.0.0-preview.4.26230.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 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.
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
124
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
122
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.
122
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
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 When using NuGet 3.x this package requires at least version 3.4.
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
119
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 00490982c7952e96a1089818467caa6fd07541b2 When using NuGet 3.x this package requires at least version 3.4.
119
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.
119
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.
118
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
118
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.
118
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.
115
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.
115
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
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
112

.NET 10.0

.NET 11.0

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.4.26230.115 7 5/12/2026
11.0.0-preview.3.26207.106 10 5/4/2026
11.0.0-preview.2.26159.112 11 3/11/2026
11.0.0-preview.1.26104.118 12 2/14/2026
10.0.8 7 5/13/2026
10.0.7 9 5/4/2026
10.0.6 9 5/4/2026
10.0.5 13 3/17/2026
10.0.4 12 3/11/2026
10.0.3 14 2/14/2026
10.0.2 14 1/15/2026
10.0.1 29 12/13/2025
10.0.0 43 11/12/2025
10.0.0-rc.2.25502.107 64 10/15/2025
10.0.0-rc.1.25451.107 56 9/10/2025
10.0.0-preview.7.25380.108 58 8/18/2025
10.0.0-preview.6.25358.103 63 7/16/2025
10.0.0-preview.5.25277.114 82 6/12/2025
10.0.0-preview.4.25258.110 69 5/13/2025
10.0.0-preview.3.25171.5 69 4/14/2025
10.0.0-preview.2.25163.2 70 3/27/2025
10.0.0-preview.1.25080.5 77 2/27/2025
9.0.16 6 5/13/2026
9.0.15 9 5/3/2026
9.0.14 14 3/11/2026
9.0.13 11 2/14/2026
9.0.12 16 1/15/2026
9.0.11 41 11/12/2025
9.0.10 54 10/15/2025
9.0.9 55 9/10/2025
9.0.8 62 8/6/2025
9.0.7 72 7/15/2025
9.0.6 74 6/13/2025
9.0.5 94 5/14/2025
9.0.4 85 4/14/2025
9.0.3 80 3/22/2025
9.0.2 91 2/24/2025
9.0.1 101 1/18/2025
9.0.0 83 11/18/2024
9.0.0-rc.2.24473.5 74 10/25/2024
9.0.0-rc.1.24431.7 84 9/11/2024
9.0.0-preview.7.24405.7 87 8/13/2024
9.0.0-preview.6.24327.7 96 7/10/2024
9.0.0-preview.5.24306.7 88 6/19/2024
9.0.0-preview.4.24266.19 81 5/24/2024
9.0.0-preview.3.24172.9 89 4/13/2024
9.0.0-preview.2.24128.5 91 3/27/2024
9.0.0-preview.1.24080.9 109 2/26/2024
8.0.0 112 11/15/2023
8.0.0-rc.2.23479.6 92 10/28/2023
8.0.0-rc.1.23419.4 97 9/15/2023
8.0.0-preview.7.23375.6 99 8/24/2023
8.0.0-preview.6.23329.7 118 8/5/2023
8.0.0-preview.5.23280.8 100 8/5/2023
8.0.0-preview.4.23259.5 118 5/18/2023
8.0.0-preview.3.23174.8 96 5/20/2023
8.0.0-preview.2.23128.3 99 5/20/2023
8.0.0-preview.1.23110.8 97 2/26/2023
7.0.0 104 12/7/2022
7.0.0-rc.2.22472.3 95 12/7/2022
7.0.0-rc.1.22426.10 109 9/18/2022
7.0.0-preview.7.22375.6 111 9/19/2022
7.0.0-preview.6.22324.4 104 9/19/2022
7.0.0-preview.5.22301.12 116 6/30/2022
7.0.0-preview.4.22229.4 99 6/30/2022
7.0.0-preview.3.22175.4 98 6/30/2022
7.0.0-preview.2.22152.2 99 6/30/2022
7.0.0-preview.1.22076.8 107 6/30/2022
6.0.2-mauipre.1.22102.15 114 6/30/2022
6.0.2-mauipre.1.22054.8 110 6/30/2022
6.0.0 111 6/30/2022
6.0.0-rc.2.21480.5 112 6/30/2022
6.0.0-rc.1.21451.13 107 6/30/2022
6.0.0-preview.7.21377.19 102 6/30/2022
6.0.0-preview.6.21352.12 105 6/30/2022
6.0.0-preview.5.21301.5 101 6/30/2022
6.0.0-preview.4.21253.7 105 6/30/2022
6.0.0-preview.3.21201.4 109 6/30/2022
6.0.0-preview.2.21154.6 105 6/30/2022
6.0.0-preview.1.21102.12 87 6/30/2022
5.0.1 117 6/30/2022
5.0.0 118 6/30/2022
5.0.0-rc.2.20475.5 99 6/30/2022
5.0.0-rc.1.20451.14 102 6/30/2022
5.0.0-preview.8.20407.11 112 6/30/2022
5.0.0-preview.7.20364.11 118 6/30/2022
5.0.0-preview.6.20305.6 112 6/30/2022
5.0.0-preview.5.20278.1 95 6/30/2022
5.0.0-preview.4.20251.6 107 6/30/2022
5.0.0-preview.3.20214.6 102 6/30/2022
5.0.0-preview.2.20160.6 107 6/30/2022
5.0.0-preview.1.20120.5 98 6/30/2022
1.4.1 109 6/30/2022
1.4.0 107 6/30/2022
1.4.0-preview3.19551.4 103 6/30/2022
1.4.0-preview2.19523.17 105 6/30/2022
1.4.0-preview1.19504.10 114 6/30/2022
1.3.0 118 6/30/2022
1.3.0-rc1.19456.4 101 6/30/2022
1.3.0-preview9.19421.4 101 6/30/2022
1.3.0-preview9.19416.11 106 6/30/2022
1.3.0-preview8.19405.3 94 6/30/2022
1.3.0-preview7.19362.9 114 6/30/2022
1.3.0-preview6.19303.8 105 6/30/2022
1.3.0-preview6.19264.9 89 6/30/2022
1.3.0-preview5.19224.8 101 6/30/2022
1.3.0-preview4.19212.13 102 6/30/2022
1.3.0-preview3.19128.7 121 6/30/2022
1.3.0-preview.19073.11 101 6/30/2022
1.3.0-preview.18571.3 99 6/30/2022
1.2.0 116 6/30/2022
1.2.0-rc1 105 6/30/2022
1.2.0-preview2-26406-04 111 6/30/2022
1.2.0-preview1-26216-02 113 6/30/2022
1.1.0 111 6/30/2022
1.1.0-preview2-25405-01 108 6/30/2022
1.1.0-preview1-25305-02 95 6/30/2022
1.0.31 104 6/30/2022
1.0.31-preview1-24530-04 103 6/30/2022