-
-
Notifications
You must be signed in to change notification settings - Fork 103
Update dependencies and cleanup #392
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
Conversation
There was a problem hiding this 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.S3to version4.0.6.2andAzure.Storage.Blobsto version12.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 |
Prerequisites
Description
AWSSDK.S3to4.0.6.2Fixes MissingMethodException thrown targeting latest version of AWSSDK.S3 library (v4.0.1.3) #386Azure.Storage.Blobsto12.25.0