System.Composition.TypedParts 9.0.0-rc.2.24473.5

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
54
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
55
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
85
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
61
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
63
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
66
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
68
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 7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3 When using NuGet 3.x this package requires at least version 3.4.
56
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 8321c729934c0f8be754953439b88e6e1c120c24 When using NuGet 3.x this package requires at least version 3.4.
67
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 af7d2ae49c79bb279625de4e92f7f91f9fe94f5d When using NuGet 3.x this package requires at least version 3.4.
57
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.
54
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.
58
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.
62
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.
63
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.
70
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.
74
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.
89

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

.NET Framework 4.6.2

.NET Standard 2.0

.NET 9.0

.NET 8.0

Version Downloads Last updated
9.0.0-rc.2.24473.5 4 10/13/2024
9.0.0-rc.1.24431.7 8 09/11/2024
9.0.0-preview.7.24405.7 7 08/14/2024
9.0.0-preview.6.24327.7 9 07/25/2024
9.0.0-preview.5.24306.7 5 06/18/2024
9.0.0-preview.4.24266.19 6 05/22/2024
9.0.0-preview.3.24172.9 10 05/14/2024
9.0.0-preview.2.24128.5 10 03/19/2024
9.0.0-preview.1.24080.9 15 03/11/2024
8.0.0 7 11/15/2023
8.0.0-rc.2.23479.6 8 10/25/2023
8.0.0-rc.1.23419.4 12 09/14/2023
8.0.0-preview.7.23375.6 11 09/14/2023
8.0.0-preview.6.23329.7 10 09/14/2023
8.0.0-preview.5.23280.8 13 06/28/2023
8.0.0-preview.4.23259.5 15 05/19/2023
8.0.0-preview.3.23174.8 10 05/14/2023
8.0.0-preview.2.23128.3 19 04/03/2023
8.0.0-preview.1.23110.8 42 03/02/2023
7.0.0 33 04/03/2023
7.0.0-rc.2.22472.3 25 10/15/2022
7.0.0-rc.1.22426.10 35 09/22/2022
7.0.0-preview.7.22375.6 25 09/23/2022
7.0.0-preview.6.22324.4 32 09/23/2022
7.0.0-preview.5.22301.12 44 09/26/2022
7.0.0-preview.4.22229.4 55 09/24/2022
7.0.0-preview.3.22175.4 33 09/24/2022
7.0.0-preview.2.22152.2 21 09/22/2022
7.0.0-preview.1.22076.8 20 09/23/2022
6.0.2-mauipre.1.22102.15 59 09/23/2022
6.0.2-mauipre.1.22054.8 29 09/23/2022
6.0.0 48 09/23/2022
6.0.0-rc.2.21480.5 36 09/23/2022
6.0.0-rc.1.21451.13 63 09/23/2022
6.0.0-preview.7.21377.19 23 09/21/2022
6.0.0-preview.6.21352.12 41 09/22/2022
6.0.0-preview.5.21301.5 29 09/21/2022
6.0.0-preview.4.21253.7 19 09/26/2022
6.0.0-preview.3.21201.4 43 09/22/2022
6.0.0-preview.2.21154.6 57 09/23/2022
6.0.0-preview.1.21102.12 33 09/23/2022
5.0.1 29 09/23/2022
5.0.0 26 09/24/2022
5.0.0-rc.2.20475.5 44 09/21/2022
5.0.0-rc.1.20451.14 24 09/22/2022
5.0.0-preview.8.20407.11 37 09/23/2022
5.0.0-preview.7.20364.11 38 10/16/2022
5.0.0-preview.6.20305.6 39 09/23/2022
5.0.0-preview.5.20278.1 32 09/23/2022
5.0.0-preview.4.20251.6 47 09/22/2022
5.0.0-preview.3.20214.6 56 09/22/2022
5.0.0-preview.2.20160.6 63 09/21/2022
5.0.0-preview.1.20120.5 28 09/22/2022
1.4.1 38 09/24/2022
1.4.0 39 09/24/2022
1.4.0-preview3.19551.4 27 09/24/2022
1.4.0-preview2.19523.17 39 09/21/2022
1.4.0-preview1.19504.10 24 09/22/2022
1.3.0 32 09/22/2022
1.3.0-rc1.19456.4 21 09/24/2022
1.3.0-preview9.19421.4 22 09/25/2022
1.3.0-preview9.19416.11 78 09/23/2022
1.3.0-preview8.19405.3 37 09/23/2022
1.3.0-preview7.19362.9 26 09/23/2022
1.3.0-preview6.19303.8 35 09/26/2022
1.3.0-preview6.19264.9 39 09/22/2022
1.3.0-preview5.19224.8 28 09/21/2022
1.3.0-preview4.19212.13 44 09/23/2022
1.3.0-preview3.19128.7 33 09/24/2022
1.3.0-preview.19073.11 20 09/24/2022
1.3.0-preview.18571.3 44 09/26/2022
1.2.0 25 09/23/2022
1.2.0-rc1 16 09/21/2022
1.2.0-preview2-26406-04 33 09/25/2022
1.2.0-preview1-26216-02 27 09/24/2022
1.1.0 59 09/22/2022
1.1.0-preview2-25405-01 30 09/23/2022
1.1.0-preview1-25305-02 28 09/21/2022
1.0.31 34 06/27/2022
1.0.31-preview1-24530-04 26 09/22/2022