Managed Extensibility Framework (MEF) implementation used by Visual Studio
Перейти к файлу
Andrew Arnott 5d944a4477
Restore all packages from one feed
2022-09-21 15:34:16 -06:00
azure-pipelines Restore all packages from one feed 2022-09-21 15:34:16 -06:00
doc adapt to new naming guidelines 2020-07-30 12:10:54 -07:00
src Build unique assembly versions for every commit for the analyzers 2021-04-26 10:03:55 -06:00
test Merge pull request #197 from AArnott/nugetSecurity 2021-02-24 08:09:34 -07:00
tools Fix init script and test loc, signing, and ibcmerge 2017-04-20 07:48:40 -07:00
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 2013-06-29 12:29:29 -07:00
.gitignore Ignore msbuild.binlog files 2018-05-12 16:05:13 -07:00
CONTRIBUTING.md Add OSS files and metadata 2017-04-24 19:32:43 -07:00
Directory.Build.props Merge pull request #197 from AArnott/nugetSecurity 2021-02-24 08:09:34 -07:00
LICENSE Add OSS files and metadata 2017-04-24 19:32:43 -07:00
Microsoft.VisualStudio.Composition.sln Move test projects into top-level test folder 2021-01-21 09:55:35 -07:00
README.md adapt to new naming guidelines 2020-07-30 12:10:54 -07:00
azure-pipelines.yml Use batched CI 2021-07-01 06:56:19 -06:00
global.json Merge branch 'v16.4' into v16.5 2020-02-27 23:35:20 -07:00
init.cmd Add init.ps1 pattern 2016-10-23 21:56:52 -07:00
init.ps1 Remove LCL style loc files 2017-04-20 19:02:24 -07:00
nuget.config Restore all packages from one feed 2022-09-21 15:34:16 -06:00
stylecop.json Move test projects into top-level test folder 2021-01-21 09:55:35 -07:00
version.json Build stable package versions 2021-01-21 09:10:08 -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