Skip to content

Update nuget packages#681

Merged
KrzysztofPajak merged 1 commit intodevelopfrom
feature/nuget-20260428
Apr 29, 2026
Merged

Update nuget packages#681
KrzysztofPajak merged 1 commit intodevelopfrom
feature/nuget-20260428

Conversation

@KrzysztofPajak
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 28, 2026 19:17
Copy link
Copy Markdown
Contributor

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 dependency versions across the solution (central package management and plugin build copy steps), with a couple of small code adjustments to align with updated libraries/APIs.

Changes:

  • Bumps multiple NuGet package versions in Directory.Packages.props (e.g., Stripe.net, Braintree, MongoDB, Azure SDK, MSTest tooling).
  • Updates plugin .csproj post-build copy paths to match new package versions.
  • Adjusts a few code points for updated APIs/behavior (Azure Blob GetBlobs overload, Excel cell type handling, marks an Excel extension method obsolete) and tweaks an order calculation test assertion.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/Tests/Grand.Business.Checkout.Tests/Services/Orders/OrderCalculationServiceTests.cs Changes the subtotal test assertion (currently too weak without proper mock setup).
src/Plugins/Payments.StripeCheckout/Payments.StripeCheckout.csproj Updates Stripe.net copy path version to 51.1.0.
src/Plugins/Payments.BrainTree/Payments.BrainTree.csproj Updates Braintree copy path version to 5.39.0.
src/Plugins/Authentication.Google/Authentication.Google.csproj Updates ASP.NET Core Google auth copy path version to 10.0.7.
src/Plugins/Authentication.Facebook/Authentication.Facebook.csproj Updates ASP.NET Core Facebook auth copy path version to 10.0.7.
src/Business/Grand.Business.Storage/Services/AzurePictureService.cs Updates Azure Blob SDK call to the newer GetBlobs overload with cancellation token.
src/Business/Grand.Business.Common/Utilities/PowerExcelMapper.cs Removes CellType.Unknown case (likely aligning with updated NPOI/enum surface).
src/Business/Grand.Business.Common/Utilities/PowerExcelExtensions.cs Marks Rows(ISheet) extension as obsolete (but still used elsewhere).
src/Business/Grand.Business.Common/Grand.Business.Common.csproj Adjusts package references (removes NPOI direct ref, adds System.Security.Cryptography.Xml).
Directory.Packages.props Centralized version bumps/additions (incl. new System.Security.Cryptography.Xml).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@KrzysztofPajak KrzysztofPajak merged commit 3352a51 into develop Apr 29, 2026
10 checks passed
@KrzysztofPajak KrzysztofPajak deleted the feature/nuget-20260428 branch April 29, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants