-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.Drawing docs for .NET 9 #10243
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
Conversation
cc: @JeremyKuhne , @carlossanlop , @merriemcgaw , @gewarren |
This comment was marked as outdated.
This comment was marked as outdated.
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.
Partial review.
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.
I left a couple suggestions. This pattern should be followed throughout. (For API writing guidelines, see https://github.com/dotnet/dotnet-api-docs/wiki/API-docs-writing-guidelines.)
xml/System.Drawing.Imaging.Effects/BlackSaturationCurveEffect.xml
Outdated
Show resolved
Hide resolved
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml
Outdated
Show resolved
Hide resolved
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml
Outdated
Show resolved
Hide resolved
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml
Outdated
Show resolved
Hide resolved
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@lonitra I fixed the If I get a review, I can merge it and you can update your installed tool by running the Apologies for all the noise. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml
Outdated
Show resolved
Hide resolved
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml
Outdated
Show resolved
Hide resolved
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
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.
I left a suggestion. Does it make sense?
Co-authored-by: Genevieve Warren <[email protected]>
Learn Build status updates of commit d525201: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. For any questions, please:
|
@gewarren I don't have the ability to merge PR. Could you merge if everything looks good? |
Summary
Fixes dotnet/winforms#11858
Followed porting instructions in main issue