Update roslyn to 5.9.0-1.26308.3#9403
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: David Wengier <david.wengier@microsoft.com>
|
All of the C# legs are failing, so looks like a real bug. Copilot had this to say:
I'm guessing "just serialize project loading" is probably not the nuanced solution we want here. Thoughts @jasonmalinowski or @dibarbet ? Do we need to change the tests on this side to wait for a new/better signal, or is this a real product bug being discovered? |
I think it could be a product bug, and definitely needs a server side fix. The tests wait on this - https://github.com/dotnet/roslyn/blob/576f18b3e54f0511c2fc93a2b20d2762148b688b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs#L94 Possibly the parallel load is doing async work that isn't being tracked, or the parallel load is simply failing to fully load the projects. @jasonmalinowski would you mind taking a look? |
|
This insertion PR is for the build just prior to where the build was parallelized #9404 |
View Complete Diff of Changes
notpattern is applied to the incoming value itself (PR: #83904)params ImmutableArray<T>on all applicable public APIs. (PR: #83858)