Managed Extensibility Framework (MEF) implementation used by Visual Studio
Перейти к файлу
Andrew Arnott 53f08b1820
Merge remote-tracking branch 'upstream/v17.2' into v17.4
2023-02-02 16:36:50 -07:00
.devcontainer Update devcontainer Dockerfile to match global.json 2022-04-11 13:46:40 -06:00
.github Merged latest Library.Template 2022-06-07 14:01:46 -06:00
.vscode Add mefx-like command line tool (#271) 2022-02-01 17:26:19 -07:00
azure-pipelines Merge branch 'v17.3' 2022-09-22 07:54:07 -06:00
doc Fix policheck issues 2022-02-03 08:23:48 -07:00
loc/lcl LEGO: check in for main to temporary branch. (#293) 2022-01-28 11:41:50 -07:00
src Merge remote-tracking branch 'upstream/v17.2' into v17.4 2023-02-02 16:36:50 -07:00
test Override `MethodRef.ToString()` for better error messages 2022-06-24 09:54:11 -06:00
tools Merged latest Library.Template 2022-06-07 14:01:46 -06:00
.editorconfig Apply latest Library.Template 2022-01-05 14:44:49 -07:00
.gitattributes Apply latest Library.Template 2022-01-05 14:44:49 -07:00
.gitignore Ignore .lutconfig files 2022-04-23 10:02:34 -06:00
CODE_OF_CONDUCT.md Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
CONTRIBUTING.md Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
Directory.Build.props Merged latest Library.Template 2022-06-07 14:01:46 -06:00
Directory.Build.rsp Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
Directory.Build.targets Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
LICENSE Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
Microsoft.VisualStudio.Composition.sln Build VSMefX for .NET Framework as well 2022-02-02 16:49:20 -07:00
README.md Customize documented steps for microbuild branch 2022-04-14 07:09:32 -06:00
SECURITY.md Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
SUPPORT.md Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
azure-pipelines.yml Merged latest Library.Template 2022-06-07 14:01:46 -06:00
global.json Update .NET SDK to 6.0.200 2022-03-08 09:02:53 -07:00
init.cmd Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
init.ps1 Merged latest Library.Template 2022-06-07 14:01:46 -06:00
nuget.config Restore all packages from one feed 2022-09-21 15:34:16 -06:00
stylecop.json Merge branch 'main' into microbuild 2022-05-24 12:56:31 -06:00
version.json Upgrade to stable version 2022-09-22 14:58:09 -07:00

README.md

VS MEF (Visual Studio's flavor of the Managed Extensibility Framework)

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

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