[release/6.5] Port .NET 10 first-class span support fix#2365
Merged
AndriySvyryd merged 3 commits intorelease/6.5from Mar 6, 2026
Merged
[release/6.5] Port .NET 10 first-class span support fix#2365AndriySvyryd merged 3 commits intorelease/6.5from
AndriySvyryd merged 3 commits intorelease/6.5from
Conversation
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Port changes from EF6 pull request 2345
Port .NET 10 first-class span support fix (PR #2345)
Mar 5, 2026
Member
|
@copilot Change the SDK and tools version to 10.0.103 in global.json |
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Contributor
Author
roji
approved these changes
Mar 6, 2026
This was referenced Apr 29, 2026
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.
eng/Versions.props: bumpDefaultNetCoreTargetFrameworkfromnet9.0tonet10.0src/EntityFramework/Core/Objects/ELinq/LinqExpressionNormalizer.cs: add span rewriting logic forMemoryExtensions.ContainsandMemoryExtensions.SequenceEqualunder#if NETSTANDARD2_1test/UnitTests/UnitTests.csproj: multi-targetnet462;$(DefaultNetCoreTargetFramework)with conditional compile/reference groupstest/UnitTests/Core/Objects/ELinq/LinqExpressionNormalizerTests.cs: add new span rewriting unit teststest/FunctionalTests/Query/LinqToEntities/ContainsTests.cs: fix whitespace in existing expected SQL and add new.NET 10span testglobal.json: bump SDK and tools version to10.0.103🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.