-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Use .NET 10 GA #2309
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
Use .NET 10 GA #2309
Conversation
PR Compliance Guide 🔍(Compliance updated until commit 7ab10a2)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 Previous compliance checksCompliance check up to commit 12fe934
|
|||||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
# Conflicts: # .github/workflows/pull-request.yml # test/RestSharp.Tests.Integrated/DownloadFileTests.cs
Deploying restsharp with
|
| Latest commit: |
7ab10a2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d8948f30.restsharp.pages.dev |
| Branch Preview URL: | https://net-10-ga.restsharp.pages.dev |
Test Results 35 files 35 suites 15m 46s ⏱️ Results for commit 7ab10a2. |
User description
Description
Update build pipelines to use .NET 10 GA
PR Type
Enhancement
Description
Update build pipelines to use .NET 10 GA instead of preview
Add
net10.0target framework to test matrixConsolidate .NET 10 setup into main dotnet-version configuration
Add conditional code for
ReadExactlyAPI availability in .NET 10Update GitHub Actions to latest versions (v5)
Diagram Walkthrough
File Walkthrough
build-dev.yml
Update workflow to .NET 10 GA.github/workflows/build-dev.yml
actions/checkoutfrom v4 to v5actions/setup-dotnetfrom v4 to v59.0.xto10.0.xpull-request.yml
Add .NET 10 GA to test matrices.github/workflows/pull-request.yml
net10.0to Windows test matrixnet10.0to Linux test matrixDirectory.Build.props
Add net10.0 target frameworktest/Directory.Build.props
net10.0to TargetFrameworks propertyCS8002to NoWarn suppression listDownloadFileTests.cs
Add conditional code for ReadExactly APItest/RestSharp.Tests.Integrated/DownloadFileTests.cs
ReadExactlymethod for .NET 10 and laterReadmethod for earlier frameworks