Skip to content

Bump ImageSharp and adjust auto-orient logic#398

Merged
JimBobSquarePants merged 1 commit into
mainfrom
js/update-license
May 12, 2026
Merged

Bump ImageSharp and adjust auto-orient logic#398
JimBobSquarePants merged 1 commit into
mainfrom
js/update-license

Conversation

@JimBobSquarePants
Copy link
Copy Markdown
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

This pull request primarily updates dependencies and makes a minor logic improvement in the ImageSharpMiddlewareOptions class. The most important changes are:

Dependency Updates:

  • Upgraded the SixLabors.ImageSharp package dependency.
  • Updated the shared-infrastructure submodule to a newer commit, which may include various upstream changes or fixes.

Middleware Logic Improvement:

  • Improved the logic for auto-orienting images in ImageSharpMiddlewareOptions.cs by ensuring the auto-orient command is only added if there are existing commands, preventing unnecessary insertion when the command list is empty.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86%. Comparing base (fefde84) to head (4035d76).

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #398   +/-   ##
===================================
  Coverage    86%    86%           
===================================
  Files        83     83           
  Lines      2453   2453           
  Branches    366    366           
===================================
+ Hits       2119   2122    +3     
+ Misses      223    221    -2     
+ Partials    111    110    -1     
Flag Coverage Δ
unittests 86% <100%> (+<1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JimBobSquarePants JimBobSquarePants merged commit 620cbde into main May 12, 2026
10 checks passed
@JimBobSquarePants JimBobSquarePants deleted the js/update-license branch May 12, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant