Skip to content

Upgrade NuGet packages to latest versions#444

Merged
richorama merged 2 commits intomasterfrom
copilot/fix-79e40f02-f971-462f-8f5b-b2386f8f53e4
Sep 30, 2025
Merged

Upgrade NuGet packages to latest versions#444
richorama merged 2 commits intomasterfrom
copilot/fix-79e40f02-f971-462f-8f5b-b2386f8f53e4

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Sep 26, 2025

This PR upgrades all NuGet packages to their latest stable versions to improve security, performance, and compatibility.

Key Changes

Orleans Framework (8.2.0 → 9.2.1)

  • Major version upgrade bringing performance improvements and bug fixes
  • Updated across all projects: Microsoft.Orleans.Sdk, Microsoft.Orleans.Runtime, Microsoft.Orleans.Core, Microsoft.Orleans.Reminders, Microsoft.Orleans.Client, Microsoft.Orleans.Persistence.Memory, Microsoft.Orleans.TestingHost

OpenTelemetry (1.9.0 → 1.12.0)

  • Updated to latest stable version for improved telemetry and metrics collection

Test Framework Dependencies

  • Microsoft.NET.Test.Sdk: 17.10.0 → 17.14.1
  • xunit: 2.9.0 → 2.9.3
  • xunit.runner.visualstudio: 2.8.2 → 3.1.4

Performance Testing

  • BenchmarkDotNet: 0.13.12 → 0.15.4
  • Microsoft.CodeAnalysis.Common: 4.10.0 → 4.14.0 (fixes version conflict)

Testing

  • ✅ All 22 unit tests pass
  • ✅ Full solution builds successfully
  • ✅ Orleans Dashboard functionality verified by running test host
  • ✅ HTTP endpoints respond correctly (verified with curl)
  • ✅ No breaking changes introduced

The upgrade maintains full backward compatibility while bringing the project up to the latest stable versions of its dependencies. One minor transitive dependency warning remains from BenchmarkDotNet but doesn't affect functionality.

Original prompt

This section details on the original issue you should resolve

<issue_title>upgrade nuget packages</issue_title>
<issue_description></issue_description>

<agent_instructions>do not upgrade npm packages at this time</agent_instructions>

Comments on the Issue (you are @copilot in this section)

Fixes #443

💡 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.

Co-authored-by: richorama <353138+richorama@users.noreply.github.com>
Copilot AI changed the title [WIP] upgrade nuget packages Upgrade NuGet packages to latest versions Sep 26, 2025
Copilot AI requested a review from richorama September 26, 2025 16:21
@richorama richorama marked this pull request as ready for review September 30, 2025 15:04
@richorama richorama merged commit b28756e into master Sep 30, 2025
10 checks passed
@richorama richorama deleted the copilot/fix-79e40f02-f971-462f-8f5b-b2386f8f53e4 branch September 30, 2025 15:09
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.

upgrade nuget packages

2 participants