Skip to content

Changed the composition engine to Microsoft.VisualStudio.Composition #10

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jp2masa
Copy link
Contributor

@jp2masa jp2masa commented Sep 1, 2018

Changes

  • Changed the composition engine to Microsoft.VisualStudio.Composition.
  • It's no longer possible to export by convention (like export all types that implement IExtension.
  • Currently only MEF v2 (System.Composition) attributes are allowed, but we can add support for MEF v1 (System.ComponentModel.Composition) attributes in the future if we want.
  • The cache implementation is disabled for now, as it needs a file where to store the composition graph, as well as a way to know if the cache is valid (i.e. no parts changed in the graph).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant