Skip to content

Sync with the ultimate master #2896

Sync with the ultimate master

Sync with the ultimate master #2896

Triggered via pull request January 27, 2026 11:48
Status Success
Total duration 35m 2s
Artifacts

ci.yml

on: pull_request
Matrix: test-backend
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Workflow syntax warning: .github/workflows/ci.yml#L62
.github/workflows/ci.yml (Line: 62, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
test-backend (windows-latest): ReSharper.FSharp/src/FSharp.Fantomas.Host/src/FantomasCodeFormatter.cs#L181
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
test-backend (windows-latest): ReSharper.FSharp/src/FSharp.TypeProviders.Host/FSharp.TypeProviders.Host/src/Hosts/TypeProvidersHost.cs#L25
'IRdEndpoint<int[], Unit>.Set(Func<Lifetime, int[], RdTask<Unit>>, IScheduler?, IScheduler?)' is obsolete: 'This is an internal API. It is preferable to use SetSync or SetAsync extension methods'
test-backend (windows-latest): ReSharper.FSharp/src/FSharp/FSharp.TypeProviders.Protocol/src/TypeProvidersExternalProcess.cs#L139
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
test-backend (windows-latest)
ProjectReference 'D:\a\resharper-fsharp\resharper-fsharp\ReSharper.FSharp\src\FSharp\FSharp.ProjectModelBase\FSharp.ProjectModelBase.csproj' was resolved using '.NETFramework,Version=v4.7.2' instead of the project target framework '.NETCoreApp,Version=v3.1'. This project may not be fully compatible with your project.
test-backend (windows-latest)
ProjectReference 'D:\a\resharper-fsharp\resharper-fsharp\ReSharper.FSharp\src\FSharp\FSharp.TypeProviders.Protocol\FSharp.TypeProviders.Protocol.csproj' was resolved using '.NETFramework,Version=v4.7.2' instead of the project target framework '.NETCoreApp,Version=v3.1'. This project may not be fully compatible with your project.
test-backend (windows-latest)
ProjectReference 'D:\a\resharper-fsharp\resharper-fsharp\ReSharper.FSharp\src\FSharp\FSharp.Fantomas.Protocol\FSharp.Fantomas.Protocol.csproj' was resolved using '.NETFramework,Version=v4.7.2' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
test-backend (windows-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test-backend (windows-latest)
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test-backend (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/