System.Composition
6.0.0
Prefix Reserved
dotnet add package System.Composition --version 6.0.0
NuGet\Install-Package System.Composition -Version 6.0.0
<PackageReference Include="System.Composition" Version="6.0.0" />
paket add System.Composition --version 6.0.0
#r "nuget: System.Composition, 6.0.0"
// Install System.Composition as a Cake Addin #addin nuget:?package=System.Composition&version=6.0.0 // Install System.Composition as a Cake Tool #tool nuget:?package=System.Composition&version=6.0.0
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
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.1
- System.Composition.AttributedModel (>= 6.0.0)
- System.Composition.Convention (>= 6.0.0)
- System.Composition.Hosting (>= 6.0.0)
- System.Composition.Runtime (>= 6.0.0)
- System.Composition.TypedParts (>= 6.0.0)
-
.NETStandard 2.0
- System.Composition.AttributedModel (>= 6.0.0)
- System.Composition.Convention (>= 6.0.0)
- System.Composition.Hosting (>= 6.0.0)
- System.Composition.Runtime (>= 6.0.0)
- System.Composition.TypedParts (>= 6.0.0)
-
net6.0
- System.Composition.AttributedModel (>= 6.0.0)
- System.Composition.Convention (>= 6.0.0)
- System.Composition.Hosting (>= 6.0.0)
- System.Composition.Runtime (>= 6.0.0)
- System.Composition.TypedParts (>= 6.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on System.Composition:
Package | Downloads |
---|---|
Microsoft.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. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries |
|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/b3e69109341a1017423af7981b8b84b646f5bcce. |
|
Microsoft.VisualStudio.Utilities
A member of the Visual Studio SDK |
|
Microsoft.VisualStudio.Composition
Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition. |
GitHub repositories (56)
Showing the top 5 popular GitHub repositories that depend on System.Composition:
Repository | Stars |
---|---|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
|
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
|
|
dotnet/docfx
Static site generator for .NET API documentation.
|