Devs Sprechen jetzt wenn man in der nähe ist

This commit is contained in:
2024-04-06 16:47:41 +02:00
parent 522f206977
commit 5cab2c6912
1208 changed files with 178165 additions and 240 deletions

View File

@ -0,0 +1,14 @@
# Microsoft.VisualStudio.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
* [Why VS-MEF?](https://github.com/microsoft/vs-mef/tree/main/doc/why.md)
* [Differences between .NET MEF, NuGet MEF and VS MEF](https://github.com/microsoft/vs-mef/tree/main/doc/mef_library_differences.md)
* [Hosting](https://github.com/microsoft/vs-mef/tree/main/doc/hosting.md)
* [more docs](https://github.com/microsoft/vs-mef/tree/main/doc/index.md)