-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update to .NET 10 SDK #2531
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
Draft
martincostello
wants to merge
17
commits into
main
Choose a base branch
from
dotnet-vnext
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Update to .NET 10 SDK #2531
Conversation
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2531 +/- ##
=======================================
Coverage 96.15% 96.15%
=======================================
Files 309 309
Lines 7123 7128 +5
Branches 1005 1005
=======================================
+ Hits 6849 6854 +5
Misses 221 221
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
martincostello
commented
Feb 26, 2025
martincostello
added a commit
that referenced
this pull request
Feb 27, 2025
Remove explicit reference to System.Text.Json as it should be redundant. Identified by #2531.
martincostello
added a commit
that referenced
this pull request
Feb 27, 2025
Remove explicit reference to System.Text.Json as it should be redundant. Identified by #2531.
martincostello
commented
Mar 11, 2025
6980d6b to
fb10ae1
Compare
martincostello
commented
Apr 10, 2025
martincostello
commented
May 13, 2025
1a4af4a to
37450b6
Compare
Merged
martincostello
added a commit
that referenced
this pull request
May 16, 2025
Fix more IDE0055 warnings from #2531.
2e22949 to
e8b0126
Compare
martincostello
commented
Jun 10, 2025
847e149 to
20768ae
Compare
20768ae to
235a3d1
Compare
d2bebec to
7de741f
Compare
martincostello
added a commit
that referenced
this pull request
Jul 22, 2025
Cherry-pick changes from #2531 to sort package versions and add new references.
Merged
martincostello
added a commit
that referenced
this pull request
Jul 22, 2025
Cherry-pick changes from #2531 to sort package versions and add new references.
83c93f8 to
f05acbd
Compare
0d6763c to
0b3d12b
Compare
martincostello
commented
Sep 9, 2025
martincostello
commented
Sep 11, 2025
martincostello
commented
Sep 15, 2025
martincostello
commented
Oct 14, 2025
37d46ba to
129cad3
Compare
martincostello
added a commit
that referenced
this pull request
Oct 16, 2025
Refactor based on analyser warnings from #2531.
Merged
martincostello
added a commit
that referenced
this pull request
Oct 16, 2025
Refactor based on analyser warnings from #2531.
- Build with the .NET 10 SDK. - Add `net10.0` to the test, docs and sample projects. - Migrate from Cake .NET tool to Cake .NET SDK. Co-Authored-By: Mattias Karlsson <[email protected]>
Update to preview 7 of .NET 10.
Update to the latest release of Cake.Sdk.
- Update to RC1 of the .NET 10 SDK. - Fix new code analysis warnings.
Use `LangVersion=preview` to fix stryker compilation.
Doesn't actually fix stryker.
Update to the latest pre-release of v5.
Update to the latest prerelease.
Use `language-version:Preview` to fix mutation tests where the new `field` keyword is used.
Update .NET SDK to version 10.0.100-rc.2.25502.107. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 10.0.100-rc.2.25502.107 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com> Co-authored-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>
Update NuGet packages for .NET 10 RC2.
- Disable strong naming. - Fix nullability warnings. - Fix analyzer warnings.
See if applying workaround for issue fixes them.
18d2aa8 to
0eb4994
Compare
martincostello
commented
Oct 18, 2025
Update mutation tests to use .NET 10.
martincostello
commented
Oct 31, 2025
Update to latest beta version.
Fix build due to conflicting reference from Cake.Sdk.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
keep-open
Prevents an issue or pull request from being marked as stale
.NET
Pull requests that update .NET code
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.
A long-lived PR for testing .NET 10 until the stable release in November 2025. net10.0 is explicitly not being added as a new TFM for the packages we ship to NuGet.org.
Changes include:
net10.0to the test projects.Cake.Sdk.