Skip to content

Conversation

@JimBobSquarePants
Copy link
Member

@JimBobSquarePants JimBobSquarePants commented Jul 31, 2025

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

@JimBobSquarePants JimBobSquarePants added breaking dependencies Pull requests that update a dependency file labels Jul 31, 2025
@JimBobSquarePants JimBobSquarePants mentioned this pull request Jul 31, 2025
4 tasks
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates AWS SDK S3 and Azure Storage Blobs dependencies to newer versions while performing code cleanup and improvements. The changes address compatibility requirements and enhance code quality.

  • Updates AWSSDK.S3 to version 4.0.6.2 and Azure.Storage.Blobs to version 12.25.0
  • Adds compatibility fixes for the updated AWS SDK including new parameters and null handling
  • Improves code quality with spelling corrections, modern C# syntax, and better documentation

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src/ImageSharp.Web.Providers.AWS/ImageSharp.Web.Providers.AWS.csproj Updates AWSSDK.S3 package to version 4.0.6.2
src/ImageSharp.Web.Providers.Azure/ImageSharp.Web.Providers.Azure.csproj Updates Azure.Storage.Blobs package to version 12.25.0
tests/ImageSharp.Web.Tests/TestUtilities/AWSS3StorageImageProviderFactory.cs Adds compatibility fixes for AWS SDK update including new parameters
src/ImageSharp.Web.Providers.AWS/Resolvers/AWSS3StorageImageResolver.cs Fixes null handling for LastModified property
src/ImageSharp.Web.Providers.AWS/Caching/AWSS3StorageCache.cs Adds UseChunkEncoding parameter and fixes spelling errors
src/ImageSharp.Web/Middleware/ImageContext.cs Adds readonly modifiers to methods and fixes spelling
src/ImageSharp.Web/Middleware/ResponseConstants.cs Corrects spelling error in comment
src/ImageSharp.Web/Providers/PhysicalFileSystemProvider.cs Adds XML documentation for exception
tests/ImageSharp.Web.Tests/TestUtilities/ServerTestBase.cs Comments out environment variable logging
README.md Updates Azurite command with skipApiVersionCheck flag
.github/workflows/build-and-test.yml Updates CI configuration with skipApiVersionCheck flag

@JimBobSquarePants JimBobSquarePants merged commit d034c29 into main Jul 31, 2025
8 checks passed
@JimBobSquarePants JimBobSquarePants deleted the js/fix-386 branch July 31, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MissingMethodException thrown targeting latest version of AWSSDK.S3 library (v4.0.1.3)

2 participants