Update nuget packages#681
Merged
KrzysztofPajak merged 1 commit intodevelopfrom Apr 29, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
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
.csprojpost-build copy paths to match new package versions. - Adjusts a few code points for updated APIs/behavior (Azure Blob
GetBlobsoverload, 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.