-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.ComponentModel.Composition source code comments to Docs #2324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port System.ComponentModel.Composition source code comments to Docs #2324
Conversation
@mairaw @rpetrusha please take a look whenever you get a chance. |
xml/System.ComponentModel.Composition/CompositionContractMismatchException.xml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding exception information, @carlossanlop. I've left some suggestions for you to consider.
xml/System.ComponentModel.Composition/AttributedModelServices.xml
Outdated
Show resolved
Hide resolved
xml/System.ComponentModel.Composition/AttributedModelServices.xml
Outdated
Show resolved
Hide resolved
xml/System.ComponentModel.Composition/AttributedModelServices.xml
Outdated
Show resolved
Hide resolved
xml/System.ComponentModel.Composition/AttributedModelServices.xml
Outdated
Show resolved
Hide resolved
Suggestions by rpetrusha Co-Authored-By: carlossanlop <[email protected]>
@rpetrusha I think I addressed all the suggestions. Any chance we can merge this? |
Yes, I'll merge it now, @carlossanlop. Thanks for making the additional changes. |
Summary
Automatically ported exceptions found in triple slash source code comments in System.ComponentModel.Composition that did not exist in dotnet-api-docs.
Fixes #Issue_Number (if available)