Managed Extensibility Framework (MEF) implementation used by Visual Studio
Перейти к файлу
Ankit. 612ab3ea3f Removed the preview tag 2024-09-06 09:13:01 -07:00
.azuredevops
.config Bump powershell from 7.4.3 to 7.4.4 (#277) 2024-07-29 07:18:26 -06:00
.devcontainer Bump .NET SDK to 8.0.300 2024-05-21 14:45:12 -06:00
.github Merge branch 'main' into microbuild 2024-07-15 15:58:42 -06:00
.vscode Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2024-03-19 10:30:10 -06:00
azure-pipelines Merge pull request #511 from AArnott/fixOptProf 2024-07-31 14:25:20 -06:00
doc Add VSMEF002 analyzer to catch mixing MEF attributes on one type 2024-05-08 19:56:14 -06:00
loc/lcl Juno: check in to juno/hb_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20240611171809040. (#491) 2024-06-11 14:27:04 -06:00
src Avoid loading localized strings in hot paths 2024-07-31 20:50:35 -06:00
test Applied local suppression of SYSLIB0011 2024-07-31 14:35:12 -07:00
tools
.editorconfig Removed dotnet_diagnostic.SYSLIB0011.severity = suggestion 2024-07-31 13:44:27 -07:00
.gitattributes
.gitignore Ignore .sarif files 2024-06-28 07:03:43 -06:00
.prettierrc.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Directory.Build.props Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2024-06-28 14:19:31 -06:00
Directory.Build.rsp
Directory.Build.targets Merge branch 'main' into microbuild 2024-06-28 12:18:16 -06:00
Directory.Packages.props Merged latest 2024-07-31 13:32:17 -07:00
LICENSE
Microsoft.VisualStudio.Composition.sln
README.md
SECURITY.md
SUPPORT.md
azure-pipelines.yml Make mac/linux agents trivially excludable 2024-02-21 13:44:49 -07:00
global.json Sign the `*.VSInsertionMetadata` optprof package 2024-07-12 10:01:32 -06:00
init.cmd
init.ps1 Activate OptProf 2024-02-27 17:22:24 -07:00
nuget.config
settings.VisualStudio.json
stylecop.json
version.json Removed the preview tag 2024-09-06 09:13:01 -07:00

README.md

vs-mef

Build Status codecov Join the chat at https://gitter.im/vs-mef/Lobby

This repo contains the Visual Studio team's implementation of .NET's managed extensibility framework. It is broken up into several NuGet packages, as listed below.

Microsoft.VisualStudio.Composition

NuGet package

Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.

Features

  • A new, faster host for your existing MEF parts
  • Reuse the MEF attributes you're already using
  • ExportFactory<T> support to create sub-containers with scoped lifetime (i.e. sharing boundaries)

Documentation

Learn more about this package.

Microsoft.VisualStudio.Composition.Analyzers

NuGet package

Analyzers for MEF consumers to help identify common errors in MEF parts.

Learn more about this package.

Microsoft.VisualStudio.Composition.AppHost

NuGet package

Adds a VS MEF system with a pre-computed, cached MEF graph.

Learn more about this package.

Microsoft.VisualStudio.Composition.VSMefx

NuGet package

A diagnostic tool to understand catalogs, compositions and diagnose issues in them.

Learn more about this package.