Skip to content

Update to net10.0 and packages to .NET 10#12736

Merged
davidwengier merged 7 commits intomainfrom
dev/dawengie/Net10
Feb 23, 2026
Merged

Update to net10.0 and packages to .NET 10#12736
davidwengier merged 7 commits intomainfrom
dev/dawengie/Net10

Conversation

@davidwengier
Copy link
Copy Markdown
Member

@davidwengier davidwengier requested a review from a team as a code owner February 2, 2026 02:01
@davidwengier
Copy link
Copy Markdown
Member Author

davidwengier commented Feb 2, 2026

Integration test failures is because we're using a v5.5 version of Roslyn, which has inserted into main, but Canary is still on a 5.4 version. Presumably will fix itself soon enough.

@davidwengier
Copy link
Copy Markdown
Member Author

@ToddGrun
Copy link
Copy Markdown

ToddGrun commented Feb 2, 2026

Are the broken razor speedometer tests in the insertion going to be a problem?


In reply to: 3832634637

@davidwengier
Copy link
Copy Markdown
Member Author

Are the broken razor speedometer tests in the insertion going to be a problem?

Yeah, turns out I misread or misremembered some PR titles in Roslyn, so consider this PR just a "prepare the changes for when everything else is ready to go in", not a "I'm going to merge this now". The speedometer tests, and local testing etc., are all due to the same thing: Razor tooling doesn't actually work at all with these changes yet :)

@davidwengier
Copy link
Copy Markdown
Member Author

Newest test insertion is green (https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/710824), and Roslyn has merged their side, so will be merging this soon

@davidwengier davidwengier merged commit a795349 into main Feb 23, 2026
12 of 14 checks passed
@davidwengier davidwengier deleted the dev/dawengie/Net10 branch February 23, 2026 23:47
@dotnet-policy-service dotnet-policy-service Bot added this to the Next milestone Feb 23, 2026
@akhera99 akhera99 modified the milestones: Next, 18.5 Feb 24, 2026
Comment thread eng/Version.Details.props
<SystemCollectionsImmutablePackageVersion>9.0.0</SystemCollectionsImmutablePackageVersion>
<SystemReflectionMetadataPackageVersion>9.0.0</SystemReflectionMetadataPackageVersion>
<SystemCollectionsImmutablePackageVersion>10.0.1</SystemCollectionsImmutablePackageVersion>
<SystemReflectionMetadataPackageVersion>10.0.1</SystemReflectionMetadataPackageVersion>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like these weren't updated in Version.Details.xml. I think that might be the cause of dotnet/dotnet#5046 (comment). I guess I can try to fix it up in VMR directly.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, my bad. The source build leg of our CI used to catch that sort of thing. Pity the signal is a not as immediate now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants