build!: require .NET 8 or later#350
Merged
Merged
Conversation
Greptile SummaryThis PR raises the minimum supported runtime to .NET 8. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "build!: require .NET 8 or later" | Re-trigger Greptile |
Drop net6.0 and netstandard2.0 compatibility shims and packages now that v4 targets supported .NET releases. BREAKING CHANGE: v4 no longer supports net6.0 or netstandard2.0. Consumers must target net8.0 or later. Refs #334
thomhurst
force-pushed
the
issue-334-net8-minimum
branch
from
July 21, 2026 18:30
3d0c977 to
3465c63
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
net8.0;net9.0;net10.0.TaskCompletionSourceshim,Microsoft.Bcl.AsyncInterfaces, and Polyfill.Breaking change
v4 no longer supports
net6.0ornetstandard2.0. Consumers must target .NET 8 or later.Test plan
dotnet restore TomLonghurst.EnumerableAsyncProcessor.sln --force-evaluatedotnet build TomLonghurst.EnumerableAsyncProcessor.sln -c Release --no-restoredotnet test TomLonghurst.EnumerableAsyncProcessor.sln -c Release --no-build(1,611 passed across net8.0, net9.0, net10.0)Closes #334