-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Update packages to .NET 10 GA and some other #2314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
Deploying restsharp with
|
| Latest commit: |
d02f063
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://99c85396.restsharp.pages.dev |
| Branch Preview URL: | https://update-dotnet-10-packages.restsharp.pages.dev |
PR Code Suggestions ✨Latest suggestions up to d02f063
Previous suggestionsSuggestions up to commit 9114256
|
||||||||||||||||||||
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Test Results 35 files 35 suites 34m 11s ⏱️ For more details on these failures, see this check. Results for commit d02f063. ♻️ This comment has been updated with latest results. |
# Conflicts: # Directory.Packages.props
User description
Description
Use .NET 10 GA packages
Upgrade important dependencies
Use the latest version of System.Text.Json (fixes #2285)
Purpose
This pull request is a:
Checklist
PR Type
Enhancement
Description
Upgrade to .NET 10 GA packages (10.0.0)
Update System.Text.Json to GA version
Upgrade multiple dependencies to latest versions
Improve code formatting with consistent indentation
Diagram Walkthrough
File Walkthrough
Directory.Packages.props
Upgrade to .NET 10 GA and dependenciesDirectory.Packages.props
MicrosoftTestHostVerandSystemTextJsonVerto .NET 10 GAversion (10.0.0)
SystemTextJsonVerfor pre-.NET 10 targets to 10.0.0CsvHelper (33.0.1 → 33.1.0), Microsoft.CodeAnalysis.CSharp (4.12.0 →
5.0.0), JetBrains.Annotations (2024.3.0 → 2025.2.2),
HttpMultipartParser (8.4.0 → 9.2.0), Microsoft.NET.Test.Sdk (17.12.0 →
18.0.1), System.Net.Http.Json (9.0.0 → 10.0.0),
xunit.runner.visualstudio (2.8.2 → 3.1.5), xunit (2.9.2 → 2.9.3)
tag formatting