System.Composition.Runtime 9.0.1

About

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

This package enables the discovery and composition of parts in applications using MEF 2.0. It offers the runtime implementation needed for managing composable parts, resolving dependencies, and dynamically wiring components together.

Key Features

  • Facilitates runtime discovery and composition of parts.

How to Use

Resolve dependencies on the fly and can be useful for dynamically loaded components or plugins.

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

var configuration = new ContainerConfiguration()
    .WithPart<Service>();

using CompositionHost container = configuration.CreateContainer();
 
var consumer = new Consumer(container);
consumer.Execute();
// Service is running.

public interface IService
{
    void Run();
}

[Export(typeof(IService))]
public class Service : IService
{
    public void Run() => Console.WriteLine("Service is running.");
}

public class Consumer(CompositionContext context)
{
    public void Execute()
    {
        // Use the context to resolve the service
        var service = context.GetExport<IService>();
        service.Run();
    }
}

Main Types

The main type provided by this library is:

  • System.Composition.CompositionContext

Additional Documentation

Feedback & Contributing

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

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.
5,187
System.Composition.Hosting
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost When using NuGet 3.x this package requires at least version 3.4.
5,157
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration When using NuGet 3.x this package requires at least version 3.4.
5,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
994
System.Composition.Hosting
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost
985
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
982
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
913
System.Composition.Hosting
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost
913
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
902
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
29
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration 8321c729934c0f8be754953439b88e6e1c120c24 When using NuGet 3.x this package requires at least version 3.4.
28
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration When using NuGet 3.x this package requires at least version 3.4.
27
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration 029cf57733b7ec6c1dd8a13857e800b9a8d97192 When using NuGet 3.x this package requires at least version 3.4.
26
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
26
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
26
System.Composition.Hosting
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost
25
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
25
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.
25

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

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
9.0.1 7 01/19/2025
9.0.0 15 11/15/2024
9.0.0-rc.2.24473.5 12 10/22/2024
9.0.0-rc.1.24431.7 13 09/12/2024
9.0.0-preview.7.24405.7 18 08/15/2024
9.0.0-preview.6.24327.7 15 07/12/2024
9.0.0-preview.5.24306.7 15 06/14/2024
9.0.0-preview.4.24266.19 14 05/30/2024
9.0.0-preview.3.24172.9 16 04/12/2024
9.0.0-preview.2.24128.5 17 03/13/2024
9.0.0-preview.1.24080.9 20 03/03/2024
8.0.0 17 11/20/2023
8.0.0-rc.2.23479.6 18 11/06/2023
8.0.0-rc.1.23419.4 25 09/22/2023
8.0.0-preview.7.23375.6 16 10/03/2023
8.0.0-preview.6.23329.7 20 10/17/2023
8.0.0-preview.5.23280.8 21 11/15/2023
8.0.0-preview.4.23259.5 19 06/24/2023
8.0.0-preview.3.23174.8 21 11/12/2023
8.0.0-preview.2.23128.3 22 06/22/2023
8.0.0-preview.1.23110.8 20 06/13/2023
7.0.0 913 06/11/2023
7.0.0-rc.2.22472.3 18 10/14/2023
7.0.0-rc.1.22426.10 22 08/19/2023
7.0.0-preview.7.22375.6 19 11/12/2023
7.0.0-preview.6.22324.4 21 11/11/2023
7.0.0-preview.5.22301.12 18 11/20/2023
7.0.0-preview.4.22229.4 20 10/07/2023
7.0.0-preview.3.22175.4 21 10/03/2023
7.0.0-preview.2.22152.2 18 06/23/2023
7.0.0-preview.1.22076.8 20 11/12/2023
6.0.2-mauipre.1.22102.15 22 06/13/2023
6.0.2-mauipre.1.22054.8 23 10/28/2023
6.0.0 989 11/24/2023
6.0.0-rc.2.21480.5 24 08/20/2023
6.0.0-rc.1.21451.13 18 06/11/2023
6.0.0-preview.7.21377.19 19 11/19/2023
6.0.0-preview.6.21352.12 19 06/12/2023
6.0.0-preview.5.21301.5 19 11/12/2023
6.0.0-preview.4.21253.7 15 06/23/2023
6.0.0-preview.3.21201.4 23 11/12/2023
6.0.0-preview.2.21154.6 19 11/11/2023
6.0.0-preview.1.21102.12 20 06/12/2023
5.0.1 25 06/23/2023
5.0.0 22 11/25/2023
5.0.0-rc.2.20475.5 18 10/09/2023
5.0.0-rc.1.20451.14 17 10/09/2023
5.0.0-preview.8.20407.11 20 11/20/2023
5.0.0-preview.7.20364.11 19 06/11/2023
5.0.0-preview.6.20305.6 19 06/12/2023
5.0.0-preview.5.20278.1 19 08/19/2023
5.0.0-preview.4.20251.6 17 11/12/2023
5.0.0-preview.3.20214.6 19 06/11/2023
5.0.0-preview.2.20160.6 21 06/23/2023
5.0.0-preview.1.20120.5 19 11/04/2023
1.4.1 20 11/25/2023
1.4.0 19 10/14/2023
1.4.0-preview3.19551.4 19 07/27/2023
1.4.0-preview2.19523.17 21 06/24/2023
1.4.0-preview1.19504.10 15 11/20/2023
1.3.0 17 07/27/2023
1.3.0-rc1.19456.4 19 07/09/2023
1.3.0-preview9.19421.4 18 10/14/2023
1.3.0-preview9.19416.11 17 06/24/2023
1.3.0-preview8.19405.3 20 11/12/2023
1.3.0-preview7.19362.9 18 11/11/2023
1.3.0-preview6.19303.8 20 08/24/2023
1.3.0-preview6.19264.9 19 11/12/2023
1.3.0-preview5.19224.8 19 11/11/2023
1.3.0-preview4.19212.13 22 10/03/2023
1.3.0-preview3.19128.7 20 10/07/2023
1.3.0-preview.19073.11 20 11/12/2023
1.3.0-preview.18571.3 20 12/04/2023
1.2.0 19 10/04/2023
1.2.0-rc1 19 01/05/2024
1.2.0-preview2-26406-04 18 10/03/2023
1.2.0-preview1-26216-02 20 10/17/2023
1.1.0 25 11/24/2023
1.1.0-preview2-25405-01 20 10/08/2023
1.1.0-preview1-25305-02 20 10/16/2023
1.0.31 5,145 12/16/2020
1.0.31-preview1-24530-04 21 10/19/2023