Update to net10.0 and packages to .NET 10#12736
Conversation
|
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. |
|
Test insertion: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/704754 |
|
Are the broken razor speedometer tests in the insertion going to be a problem? In reply to: 3832634637 |
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 :) |
|
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 |
| <SystemCollectionsImmutablePackageVersion>9.0.0</SystemCollectionsImmutablePackageVersion> | ||
| <SystemReflectionMetadataPackageVersion>9.0.0</SystemReflectionMetadataPackageVersion> | ||
| <SystemCollectionsImmutablePackageVersion>10.0.1</SystemCollectionsImmutablePackageVersion> | ||
| <SystemReflectionMetadataPackageVersion>10.0.1</SystemReflectionMetadataPackageVersion> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2692923