System.Composition.AttributedModel 1.1.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.Composition.AttributedModel --version 1.1.0                
NuGet\Install-Package System.Composition.AttributedModel -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Composition.AttributedModel" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Composition.AttributedModel --version 1.1.0                
#r "nuget: System.Composition.AttributedModel, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Composition.AttributedModel as a Cake Addin
#addin nuget:?package=System.Composition.AttributedModel&version=1.1.0

// Install System.Composition.AttributedModel as a Cake Tool
#tool nuget:?package=System.Composition.AttributedModel&version=1.1.0                

Provides common attributes used by System.Composition types.

Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.AttributedModelProvider

8321c729934c0f8be754953439b88e6e1c120c24
When using NuGet 3.x this package requires at least version 3.4.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETCoreApp 2.0

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on System.Composition.AttributedModel:

Package Downloads
System.Composition.Convention

Provides types that support using Managed Extensibility Framework with a convention-based configuration model. Commonly Used Types: System.Composition.Convention.ConventionBuilder System.Composition.Convention.ExportConventionBuilder System.Composition.Convention.ImportConventionBuilder System.Composition.Convention.PartConventionBuilder System.Composition.Convention.ParameterImportConventionBuilder

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

System.Composition.TypedParts

Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration

GitHub repositories (32)

Showing the top 5 popular GitHub repositories that depend on System.Composition.AttributedModel:

Repository Stars
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
neuecc/Utf8Json
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
dotnet/ResXResourceManager
Manage localization of all ResX-Based resources in one central place.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET