Skip to content

Commit a88269a

Browse files
dotnet-maestro[bot]T-GroCopilot
authored
[main] Update dependencies from dotnet/roslyn (#19544)
* Update dependencies from https://github.com/dotnet/roslyn build 20260401.1 On relative base path root Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.Compilers , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.EditorFeatures , Microsoft.CodeAnalysis.EditorFeatures.Text , Microsoft.CodeAnalysis.ExternalAccess.FSharp , Microsoft.CodeAnalysis.Features , Microsoft.VisualStudio.LanguageServices From Version 5.7.0-1.26181.7 -> To Version 5.7.0-1.26201.1 * Update dependencies from https://github.com/dotnet/roslyn build 20260402.12 On relative base path root Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.Compilers , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.EditorFeatures , Microsoft.CodeAnalysis.EditorFeatures.Text , Microsoft.CodeAnalysis.ExternalAccess.FSharp , Microsoft.CodeAnalysis.Features , Microsoft.VisualStudio.LanguageServices From Version 5.7.0-1.26181.7 -> To Version 5.7.0-1.26202.12 * Update dependencies from https://github.com/dotnet/roslyn build 20260403.6 On relative base path root Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.Compilers , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.EditorFeatures , Microsoft.CodeAnalysis.EditorFeatures.Text , Microsoft.CodeAnalysis.ExternalAccess.FSharp , Microsoft.CodeAnalysis.Features , Microsoft.VisualStudio.LanguageServices From Version 5.7.0-1.26181.7 -> To Version 5.7.0-1.26203.6 * Update dependencies from https://github.com/dotnet/roslyn build 20260408.14 On relative base path root Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.Compilers , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.EditorFeatures , Microsoft.CodeAnalysis.EditorFeatures.Text , Microsoft.CodeAnalysis.ExternalAccess.FSharp , Microsoft.CodeAnalysis.Features , Microsoft.VisualStudio.LanguageServices From Version 5.7.0-1.26181.7 -> To Version 5.7.0-1.26208.14 * Bump FSBuildVersion to 101 FSharp.Core 11.0.100 and FSharp.Compiler.Service 43.12.100 have already been published to NuGet, causing Check_Published_Package_Versions CI failures. Bump FSBuildVersion from 100 to 101. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix flaky StartAsTaskCancellation test by increasing thread pool wait timeout The test fails intermittently on loaded CI machines with 'Async body did not start within 5 seconds' because the thread pool cannot schedule the async computation in time. Increase the wait from 5s to 30s — this doesn't slow down normal runs since the event is signaled almost immediately when the thread pool picks up the work. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update dependencies from https://github.com/dotnet/roslyn build 20260409.5 On relative base path root Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.Compilers , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.EditorFeatures , Microsoft.CodeAnalysis.EditorFeatures.Text , Microsoft.CodeAnalysis.ExternalAccess.FSharp , Microsoft.CodeAnalysis.Features , Microsoft.VisualStudio.LanguageServices From Version 5.7.0-1.26181.7 -> To Version 5.7.0-1.26209.5 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1f46886 commit a88269a

4 files changed

Lines changed: 27 additions & 26 deletions

File tree

eng/Version.Details.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ This file should be imported by eng/Versions.props
1919
<optimizationwindows_ntx64MIBCRuntimePackageVersion>1.0.0-prerelease.26180.1</optimizationwindows_ntx64MIBCRuntimePackageVersion>
2020
<optimizationwindows_ntx86MIBCRuntimePackageVersion>1.0.0-prerelease.26180.1</optimizationwindows_ntx86MIBCRuntimePackageVersion>
2121
<!-- dotnet-roslyn dependencies -->
22-
<MicrosoftCodeAnalysisPackageVersion>5.7.0-1.26181.7</MicrosoftCodeAnalysisPackageVersion>
23-
<MicrosoftCodeAnalysisCompilersPackageVersion>5.7.0-1.26181.7</MicrosoftCodeAnalysisCompilersPackageVersion>
24-
<MicrosoftCodeAnalysisCSharpPackageVersion>5.7.0-1.26181.7</MicrosoftCodeAnalysisCSharpPackageVersion>
25-
<MicrosoftCodeAnalysisEditorFeaturesPackageVersion>5.7.0-1.26181.7</MicrosoftCodeAnalysisEditorFeaturesPackageVersion>
26-
<MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>5.7.0-1.26181.7</MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>
27-
<MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>5.7.0-1.26181.7</MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>
28-
<MicrosoftCodeAnalysisFeaturesPackageVersion>5.7.0-1.26181.7</MicrosoftCodeAnalysisFeaturesPackageVersion>
29-
<MicrosoftVisualStudioLanguageServicesPackageVersion>5.7.0-1.26181.7</MicrosoftVisualStudioLanguageServicesPackageVersion>
22+
<MicrosoftCodeAnalysisPackageVersion>5.7.0-1.26209.5</MicrosoftCodeAnalysisPackageVersion>
23+
<MicrosoftCodeAnalysisCompilersPackageVersion>5.7.0-1.26209.5</MicrosoftCodeAnalysisCompilersPackageVersion>
24+
<MicrosoftCodeAnalysisCSharpPackageVersion>5.7.0-1.26209.5</MicrosoftCodeAnalysisCSharpPackageVersion>
25+
<MicrosoftCodeAnalysisEditorFeaturesPackageVersion>5.7.0-1.26209.5</MicrosoftCodeAnalysisEditorFeaturesPackageVersion>
26+
<MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>5.7.0-1.26209.5</MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>
27+
<MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>5.7.0-1.26209.5</MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion>
28+
<MicrosoftCodeAnalysisFeaturesPackageVersion>5.7.0-1.26209.5</MicrosoftCodeAnalysisFeaturesPackageVersion>
29+
<MicrosoftVisualStudioLanguageServicesPackageVersion>5.7.0-1.26209.5</MicrosoftVisualStudioLanguageServicesPackageVersion>
3030
<!-- dotnet-runtime dependencies -->
3131
<SystemCollectionsImmutablePackageVersion>10.0.2</SystemCollectionsImmutablePackageVersion>
3232
<SystemCompositionPackageVersion>10.0.2</SystemCompositionPackageVersion>

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@
1818
<Uri>https://github.com/dotnet/msbuild</Uri>
1919
<Sha>8a330c4406f03bafa3006d1e1213ec5c62252640</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.CodeAnalysis" Version="5.7.0-1.26181.7">
21+
<Dependency Name="Microsoft.CodeAnalysis" Version="5.7.0-1.26209.5">
2222
<Uri>https://github.com/dotnet/roslyn</Uri>
23-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
23+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.CodeAnalysis.Features" Version="5.7.0-1.26181.7">
25+
<Dependency Name="Microsoft.CodeAnalysis.Features" Version="5.7.0-1.26209.5">
2626
<Uri>https://github.com/dotnet/roslyn</Uri>
27-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
27+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="5.7.0-1.26181.7">
29+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures" Version="5.7.0-1.26209.5">
3030
<Uri>https://github.com/dotnet/roslyn</Uri>
31-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
31+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="5.7.0-1.26181.7">
33+
<Dependency Name="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="5.7.0-1.26209.5">
3434
<Uri>https://github.com/dotnet/roslyn</Uri>
35-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
35+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="5.7.0-1.26181.7">
37+
<Dependency Name="Microsoft.CodeAnalysis.ExternalAccess.FSharp" Version="5.7.0-1.26209.5">
3838
<Uri>https://github.com/dotnet/roslyn</Uri>
39-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
39+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.7.0-1.26181.7">
41+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.7.0-1.26209.5">
4242
<Uri>https://github.com/dotnet/roslyn</Uri>
43-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
43+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
4444
</Dependency>
45-
<Dependency Name="Microsoft.CodeAnalysis.Compilers" Version="5.7.0-1.26181.7">
45+
<Dependency Name="Microsoft.CodeAnalysis.Compilers" Version="5.7.0-1.26209.5">
4646
<Uri>https://github.com/dotnet/roslyn</Uri>
47-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
47+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
4848
</Dependency>
49-
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="5.7.0-1.26181.7">
49+
<Dependency Name="Microsoft.VisualStudio.LanguageServices" Version="5.7.0-1.26209.5">
5050
<Uri>https://github.com/dotnet/roslyn</Uri>
51-
<Sha>ebe25bbad4e01d716f724d9bf8e21be94d3bbc3f</Sha>
51+
<Sha>e3a102fb75ef112d064feebd2f9385385a445a06</Sha>
5252
</Dependency>
5353
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
5454
<Dependency Name="System.Collections.Immutable" Version="10.0.2">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- F# Version components -->
2020
<FSMajorVersion>11</FSMajorVersion>
2121
<FSMinorVersion>0</FSMinorVersion>
22-
<FSBuildVersion>100</FSBuildVersion>
22+
<FSBuildVersion>101</FSBuildVersion>
2323
<FSRevisionVersion>0</FSRevisionVersion>
2424
<!-- -->
2525
<!-- F# Language version -->

tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/AsyncType.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ type AsyncType() =
172172
let t : Task<unit> = Async.StartAsTask(a, cancellationToken = cts.Token)
173173

174174
// Wait for the async body to actually start executing before checking timing.
175-
Assert.True(asyncStarted.Wait(5000), "Async body did not start within 5 seconds")
175+
// Use a generous timeout to avoid flaky failures on loaded CI machines where the thread pool may be saturated.
176+
Assert.True(asyncStarted.Wait(30_000), "Async body did not start within 30 seconds")
176177

177178
// Should not finish, we don't eagerly mark the task done just because it's been signaled to cancel.
178179
try

0 commit comments

Comments
 (0)