Skip to content

Bump Eto.Forms from 2.5.1 to 2.5.2

J. Fronny requested to merge dependabot/nuget/Eto.Forms-2.5.2 into master

Created by: dependabot-preview[bot]

Bumps Eto.Forms from 2.5.1 to 2.5.2.

Release notes

Sourced from Eto.Forms's releases.

2.5.2 Hotfix release

This fixes a few issues:

  • Bundling Mac64 apps with msbuild can cause an error #1701
  • Mac: Fix issues setting width/height of a form when it has already been shown #1701
  • Auto load the handler type when subclassing custom platform controls #1701
  • Wpf: Fix huge performance issue when creating many small bitmaps using a Graphics object #1698
  • Fix GraphicsPath.GetRoundRect when the width/height is smaller or equal to radius*4 #1694
  • Fix Application.Instance.Open on .NET Core #1695
  • Gtk: Fix PixelFormats.Format32bppRgb #1458
  • Wpf: Fix PixelFormats.Format32bppRgb when using a Graphics object #1458
Commits
  • a9e25d4 Merge pull request #1701 from cwensley/curtis/mac-fixes
  • 20a4c07 Auto-load handler type assembly if not found in platform
  • 55e42ce Mac: Fix .app bundle errors when using msbuild
  • dac3dc8 Mac: Fix setting width/height of window after it is loaded
  • 780e081 Merge pull request #1699 from cwensley/curtis/wpf-graphics-on-bitmap-is-slow
  • dc78bd2 Wpf: Fix huge performance penalty using Graphics on many Bitmaps
  • ca76382 Merge pull request #1698 from cwensley/curtis/pixelformat-without-alpha
  • 29d5a89 Add WinForms to VSCode launch/tasks
  • 59d735d Gtk3: Fix using MinimumSize
  • a6e59d6 Fix using PixelFormats.Format32bppRgb in Gtk and Wpf
  • Additional 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports