Update NuGet packages to latest compatible versions and fix security vulnerability#34
Merged
jasonshave merged 6 commits intomasterfrom Jul 21, 2025
Merged
Update NuGet packages to latest compatible versions and fix security vulnerability#34jasonshave merged 6 commits intomasterfrom
jasonshave merged 6 commits intomasterfrom
Conversation
Co-authored-by: jasonshave <28457536+jasonshave@users.noreply.github.com>
Co-authored-by: jasonshave <28457536+jasonshave@users.noreply.github.com>
Co-authored-by: jasonshave <28457536+jasonshave@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update NuGet packages
Update NuGet packages to latest compatible versions and fix security vulnerability
Jul 21, 2025
jasonshave
requested changes
Jul 21, 2025
Owner
jasonshave
left a comment
There was a problem hiding this comment.
Fix remaining warnings about async/await
Co-authored-by: jasonshave <28457536+jasonshave@users.noreply.github.com>
Contributor
Author
Fixed the async/await warnings by removing the |
jasonshave
requested changes
Jul 21, 2025
Owner
jasonshave
left a comment
There was a problem hiding this comment.
Fix remaining warnings on all test code to solve for non-nullable properties and other test-related functionality.
…rences Co-authored-by: jasonshave <28457536+jasonshave@users.noreply.github.com>
Contributor
Author
Fixed all remaining test warnings for nullable properties and null references. Changes include:
Build now completes with zero warnings. (c6adfec) |
jasonshave
approved these changes
Jul 21, 2025
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.
Updated all NuGet packages to their latest compatible versions and resolved a critical security vulnerability in OpenTelemetry.Api.
Changes Made
Security Fix
Main Project Updates
Test Project Updates
Validation
✅ All unit tests pass (21/21 successful)
✅ Build succeeds with only expected warnings
✅ Security vulnerability eliminated
✅ No breaking changes introduced
The FluentAssertions major version update (6.x → 8.x) was tested thoroughly and works without any code changes required. Microsoft.Extensions packages were updated to 9.x versions for improved security and features while maintaining .NET 8.0 compatibility.
Microsoft.AspNetCore.Mvc.Testing remains at 8.0.11 as it's the latest version compatible with .NET 8.0 (9.0.7 requires .NET 9.0).
Fixes #33.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.