Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Updated System.Drawing.Common from 7.0.0 to 9.0.8.

Release notes

Sourced from System.Drawing.Common's releases.

9.0.6

.NET 9.0.6

Bug Fixes

  • Fix InvalidOperationException when closing a dialog with a focused DataGridView control
    Resolves an issue where closing a dialog that had a DataGridView control focused could throw an InvalidOperationException. This fix ensures dialogs close smoothly without unexpected errors, improving application stability.
    #​13348

  • Fix false-positive WinForms Analyzer diagnostics
    Addresses a problem where the WinForms Analyzer was incorrectly flagging valid code as problematic. This update reduces noise from false-positive diagnostics, making it easier for developers to identify real issues.
    #​13411

  • Fix incorrect Color value in PageSettings
    Corrects an issue where the Color value in PageSettings was not set or retrieved properly. This ensures that page color settings behave as expected during printing or preview scenarios.
    #​13389

  • Fix PropertyGrid not updating property list with RefreshProperties.All
    Resolves a regression where changing properties with RefreshProperties.All did not requery and update the property list in the PropertyGrid in .NET 9 (worked in .NET 8). This fix restores expected PropertyGrid behavior for dynamic property updates.
    #​13356

  • Fix Baseline SnapLines not appearing in DesignSurface
    Addresses an issue where Baseline SnapLines were missing in the DesignSurface, making it difficult to align controls visually during design-time. This fix restores the visual alignment aids for improved designer usability.
    #​13349

Dependency Updates

  • Update dependencies from dotnet/arcade
    Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring the project benefits from the latest improvements, bug fixes, and security updates in the build tooling.
    #​13380
    #​13414
    #​13418

Miscellaneous

  • Update branding to 9.0.6
    Updates the version branding throughout the repository to reflect the 9.0.6 release, ensuring consistency in versioning and release identification.
    #​13424

  • Merge internal commits for release/9.0
    Incorporates various internal commits into the release/9.0 branch, ensuring the latest internal changes and improvements are included in this release.
    #​13452


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

9.0.5

Release

What's Changed

Full Changelog: dotnet/winforms@v9.0.4...v9.0.5

9.0.3

Release

What's Changed

Full Changelog: dotnet/winforms@v9.0.2...v9.0.3

9.0.0-preview.3.24172.9

Release

9.0.0-preview.2.24128.3

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

9.0.0-preview.1.24081.2

Release

8.0.17

Release

What's Changed

Full Changelog: dotnet/winforms@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/winforms@v8.0.15...v8.0.16

8.0.14

Release

What's Changed

Full Changelog: dotnet/winforms@v8.0.13...v8.0.14

8.0.4

Release

8.0.3

Release

8.0.2

Release

8.0.1

Release

8.0.0

Release

8.0.0-rc.2.23479.14

Release

8.0.0-rc.1.23419.5

Release

8.0.0-preview.7.23375.5

Release

8.0.0-preview.6.23329.4

Release

8.0.0-preview.5.23280.5

https://github.com/dotnet/core/releases/tag/v8.0.0-preview.5

8.0.0-preview.4.23259.4

Release

8.0.0-preview.3.23177.1

Release

8.0.0-preview.2.23128.9

Release

8.0.0-preview.1.23112.1

Release

7.0.18

Release

7.0.17

Release

7.0.16

Release

7.0.15

Release

7.0.14

Release

7.0.13

Release

7.0.12

Release

7.0.11

Release

7.0.10

Release

7.0.9

Release

7.0.8

Release

7.0.7

Release

7.0.5

Release

7.0.4

Release

7.0.2

Release

7.0.1

Release

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants