Skip to content

Support for System.Composition.MetadataAttribute #12

@Zaneo

Description

@Zaneo

Problem Statement

It’s very difficult to use MetadataAttributeFiltering in Unity netstandard2.0. System.ComponentModel.Composition is unavailable.

Desired Solution

I would like to be able to tag classes with System.Composition.MetadataAttribute.

Alternatives You've Considered

I have tried to load the nugget package System.ComponentModel.Composition but Unity shims it and the project never gets the reference.

I have tried tagging with System.Composition.MetadataAttribute but the Registrations on the container does not show any MetadataAttribute

Additional Context

It’s Unity so the netstandard2.0 support is kind of iffy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions