How to access actual documentation for System.Composition #118774
Replies: 2 comments 1 reply
-
There are three versions of MEF:
There isn't really dedicated documentation for MEF2. You can refer to the documentation and samples for other versions: |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. I'm wondering if anyone knows where is the official documentation for System.Composition.Convention ? learn.microsoft.com/en-us/dotnet/api/system.composition.convention I see there's documentation that's been archived here: For example, if I want to know how to use the ConventionBuilder class, I have to look at markdown documents in archived repositories, even though the API is currently supported by Microsoft. Is this correct? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm at a loss as to how to access the actual documentation for things like System.Composition. The docs aren't really docs. They're just the API reference.
Googling around doesn't work. You might find an old Blog post about MEF, and end up system.componentmodel instead.
Short of reading the source code, is there any place to go? Even the developer specs may be helpful, but I'm not sure where those are, either.
I feel like I must be doing something wrong. There's a ton of Microsoft Nuget packages that are have the least amount of documentation of any framework libraries or frameworks I've seen on the Internet, and I realize that I must be doing something wrong with how I'm attempting to search for these things.
Any can shed light on this? Here's a concrete example. This class PartConventionBuilder in System.Composition.Convention is "documented" here https://learn.microsoft.com/en-us/dotnet/api/system.composition.convention.partconventionbuilder
What should be my next step in attempting to understand how, where and when this API is meant to be used.
In comparison, I can look up something like CreateIoCompletionPort and encounter an entirely different quality level of documentation for a very old API function.
Please help a brother out. I'm not trying to be critical. Just seeking to understand how to navigate all this.
Beta Was this translation helpful? Give feedback.
All reactions