-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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.
Reactions are currently unavailable