-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inject existing object into MEF2 #66364
Conversation
Tagging subscribers to this area: @dotnet/area-system-composition Issue DetailsCloses #29400. MEF looks not actively developed today, but this feature has been long required. Is it still open for change? A usage of this is AsmDiff in arcade.
|
...aries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs
Show resolved
Hide resolved
...aries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs
Show resolved
Hide resolved
...aries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs
Show resolved
Hide resolved
...em.Composition.TypedParts/src/System/Composition/Hosting/InstanceExportDescriptorProvider.cs
Show resolved
Hide resolved
src/libraries/System.Composition.TypedParts/src/System.Composition.TypedParts.csproj
Show resolved
Hide resolved
@huoyaoyuan thanks for helping to add these APIs. |
Closes #29400.
MEF looks not actively developed today, but this feature has been long required. Is it still open for change?
The implementation is directly taken and not optimal.
A usage of this is AsmDiff in arcade.