Skip to content

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

Merged
merged 11 commits into from
Sep 4, 2024
Merged

Conversation

lonitra
Copy link
Member

@lonitra lonitra commented Aug 12, 2024

Summary

Fixes dotnet/winforms#11858
Followed porting instructions in main issue

@lonitra lonitra requested a review from a team as a code owner August 12, 2024 21:31
@ghost ghost added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Aug 12, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Aug 12, 2024
@lonitra
Copy link
Member Author

lonitra commented Aug 12, 2024

This comment was marked as outdated.

Copy link
Contributor

@carlossanlop carlossanlop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partial review.

Copy link
Contributor

@gewarren gewarren left a 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.)

This comment was marked as outdated.

This comment was marked as outdated.

@carlossanlop
Copy link
Contributor

@lonitra I fixed the <para> issues in the docs porting tool: dotnet/api-docs-sync#173

If I get a review, I can merge it and you can update your installed tool by running the .\install-as-tool.ps1 script again.

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.

Copy link

Learn Build status updates of commit c750425:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Drawing.Drawing2D/GraphicsPath.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/GraphicsPathIterator.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/Matrix.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/PathGradientBrush.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/PathPointType.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/BlackSaturationCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/BlurEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorBalanceEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorLookupTableEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorMatrixEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ContrastCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/CurveChannel.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/DensityCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/Effect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ExposureCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/GrayScaleEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/HighlightCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/InvertEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/LevelsEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/MidtoneCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/SepiaEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ShadowCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/SharpenEffect.xml ✅Succeeded View

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

For any questions, please:

@lonitra lonitra requested a review from gewarren August 28, 2024 16:26
Copy link
Contributor

@gewarren gewarren left a 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?

Copy link

Learn Build status updates of commit d525201:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Drawing.Drawing2D/GraphicsPath.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/GraphicsPathIterator.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/Matrix.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/PathGradientBrush.xml ✅Succeeded View
xml/System.Drawing.Drawing2D/PathPointType.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/BlackSaturationCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/BlurEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/BrightnessContrastEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorBalanceEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorLookupTableEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ColorMatrixEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ContrastCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/CurveChannel.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/DensityCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/Effect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ExposureCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/GrayScaleEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/HighlightCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/InvertEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/LevelsEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/MidtoneCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/SepiaEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/ShadowCurveEffect.xml ✅Succeeded View
xml/System.Drawing.Imaging.Effects/SharpenEffect.xml ✅Succeeded View

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

For any questions, please:

@lonitra
Copy link
Member Author

lonitra commented Sep 4, 2024

@gewarren I don't have the ability to merge PR. Could you merge if everything looks good?

@carlossanlop carlossanlop merged commit c98899a into dotnet:main Sep 4, 2024
3 checks passed
@lonitra lonitra deleted the portsystemdrawing branch September 5, 2024 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port System.Drawing docs for .NET 9 APIs
3 participants