Skip to content

Update to .NET 10 GA packages - #2315

Merged
alexeyzimarev merged 7 commits into
devfrom
dotnet-10-packages
Nov 24, 2025
Merged

Update to .NET 10 GA packages#2315
alexeyzimarev merged 7 commits into
devfrom
dotnet-10-packages

Conversation

@alexeyzimarev

@alexeyzimarevalexeyzimarev commented Nov 21, 2025

Copy link
Copy Markdown
Member

User description

Description

This pull request updates the project to use .NET 10 GA packages.


Auto-created Ticket

#2316

PR Type

Enhancement


Description

  • Update .NET 10 packages from RC2 to GA versions

  • Bump MicrosoftTestHost to 10.0.0 GA release

  • Bump SystemTextJson to 10.0.0 GA release


Diagram Walkthrough

flowchart LR
RC2["RC2 Packages<br/>10.0.0-rc.2.25502.107"] -- "upgrade" --> GA["GA Packages<br/>10.0.0"]
GA --> MicrosoftTestHost["MicrosoftTestHost"]
GA --> SystemTextJson["SystemTextJson"]
Loading

File Walkthrough

Relevant files
Dependencies
Directory.Packages.props
Update .NET 10 packages to GA versions

Directory.Packages.props

  • Updated MicrosoftTestHost version from 10.0.0-rc.2.25502.107 to 10.0.0
  • Updated SystemTextJson version from 10.0.0-rc.2.25502.107 to 10.0.0
  • Transitioned .NET 10 packages from release candidate to general
    availability
+2/-2

@qodo-free-for-open-source-projects

qodo-free-for-open-source-projectsBot commented Nov 21, 2025

Copy link
Copy Markdown
Contributor

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
🟢
No codebase code duplication found No new components were introduced in the PR code
Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-free-for-open-source-projects

qodo-free-for-open-source-projectsBot commented Nov 21, 2025

Copy link
Copy Markdown
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Nov 21, 2025

Copy link
Copy Markdown

Deploying restsharp with Cloudflare Pages Cloudflare Pages

Latest commit:8618fc3
Status: ✅ Deploy successful!
Preview URL:https://c9728258.restsharp.pages.dev
Branch Preview URL:https://dotnet-10-packages.restsharp.pages.dev

View logs

@github-actions

github-actionsBot commented Nov 21, 2025

Copy link
Copy Markdown

Test Results

35 files 35 suites 18m 9s ⏱️
456 tests 456 ✅ 0 💤 0 ❌
3 190 runs 3 190 ✅ 0 💤 0 ❌

Results for commit 8618fc3.

♻️ This comment has been updated with latest results.

@alexeyzimarev
alexeyzimarev merged commit a525c03 into devNov 24, 2025
11 checks passed
@alexeyzimarev
alexeyzimarev deleted the dotnet-10-packages branch November 24, 2025 14:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@alexeyzimarev