Update nuget packages to the latest version#625
Merged
KrzysztofPajak merged 1 commit intodevelopfrom Oct 4, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates NuGet packages to their latest versions and migrates test assertions from MSTest's legacy Assert.ThrowsException* methods to the newer Assert.ThrowsExactly* methods.
- Updates multiple NuGet packages to their latest versions
- Modernizes test assertions to use more specific exception testing methods
- Updates package version references in plugin project files
Reviewed Changes
Copilot reviewed 46 out of 46 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates package versions for dependencies including Microsoft.AspNetCore, MongoDB, Azure services, and testing frameworks |
| Authentication.Facebook/Google.csproj | Updates Microsoft authentication package versions from 9.0.5 to 9.0.9 |
| Payments.BrainTree/StripeCheckout.csproj | Updates payment provider packages to latest versions |
| Test files (40+ files) | Migrates test assertions from ThrowsException* to ThrowsExactly* methods and fixes parameter order |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or 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.