Managed Extensibility Framework (MEF) implementation used by Visual Studio
Перейти к файлу
Andrew Arnott 9894e8e1c2
Merge branch 'v17.4' into v17.5
2023-02-02 16:36:55 -07:00
.devcontainer Drop netcoreapp3.1 targeting 2022-12-15 09:22:25 -07:00
.github Merge remote-tracking branch 'origin/main' into microbuild 2023-01-03 10:40:04 -07:00
.vscode Add mefx-like command line tool (#271) 2022-02-01 17:26:19 -07:00
azure-pipelines Insert into rel/d17.5 2023-01-04 10:32:31 -07: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 branch 'v17.4' into v17.5 2023-02-02 16:36:55 -07:00
test Replace netcoreapp3.1 target framework with net6.0 2023-01-04 09:49:50 -07:00
tools Merge remote-tracking branch 'libtemplate/microbuild' into libtemplate 2022-11-07 08:42:03 -07:00
.editorconfig Replace netcoreapp3.1 target framework with net6.0 2023-01-04 09:49:50 -07:00
.gitattributes Apply latest Library.Template 2022-01-05 14:44:49 -07:00
.gitignore Move coverage merge script to a ps1 that can be locally invoked 2022-06-15 13:09:08 -06:00
CODE_OF_CONDUCT.md Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
CONTRIBUTING.md Update doc links 2022-09-06 13:38:10 -06:00
Directory.Build.props Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2023-01-04 07:18:53 -07:00
Directory.Build.rsp Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
Directory.Build.targets Drop obsolete WPF workarounds 2022-12-15 09:48:11 -07:00
Directory.Packages.props Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2023-01-04 07:18:53 -07:00
LICENSE Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
Microsoft.VisualStudio.Composition.sln Update System.Reflection.Metadata to 6.0.0 2022-11-07 09:13:01 -07:00
README.md Add source code archival pipeline 2022-09-16 21:09:44 -06:00
SECURITY.md Merge branch 'main' into microbuild 2022-09-06 13:39:29 -06:00
SUPPORT.md Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
azure-pipelines.yml Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate 2022-12-01 11:14:37 -07:00
global.json Drop netcoreapp3.1 targeting 2022-12-15 09:22:25 -07:00
init.cmd Apply the Library.Template repo pattern 2021-06-28 12:09:18 -06:00
init.ps1 Merge remote-tracking branch 'libtemplate/microbuild' into libtemplate 2022-11-07 08:42:03 -07:00
nuget.config Merge remote-tracking branch 'libtemplate/microbuild' into libtemplate 2022-11-07 08:42:03 -07:00
stylecop.json Merge branch 'main' into microbuild 2022-05-24 12:56:31 -06:00
version.json Build 17.5 2023-01-04 10:14:33 -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