Move build to .NET 10, still keep runtime net8/9/10 #2935
Annotations
3 errors and 1 warning
|
Run and report tests
Process completed with exit code 1.
|
|
Run and report tests
Should have a signature of 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'. String does not match at position 66. Expected char: ' ', but got 'n'.
---------- Expected: ------------------
active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>
---------- Actual: --------------------
active pattern ValueWithName:
input: Expr
-> option<objnull * System.Type * string>
at FsAutoComplete.Tests.CoreTest.verifySignature@389-6.Invoke(FSharpResult`2 _arg6) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/CoreTests.fs:line 391
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvokeNoHijackCheck[a,b](AsyncActivation`1 ctxt, b result1, FSharpFunc`2 userCode) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 527
at <StartupCode$FSharp-Core>.$Async.once@1463-2.Invoke(Unit unitVar0) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 1463
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
|
Run and report tests
Should have a signature of 'active pattern Value:
input: Expr
-> option<obj * System.Type>'. String does not match at position 58. Expected char: ' ', but got 'n'.
---------- Expected: ------------------
active pattern Value:
input: Expr
-> option<obj * System.Type>
---------- Actual: --------------------
active pattern Value:
input: Expr
-> option<objnull * System.Type>
at FsAutoComplete.Tests.CoreTest.verifySignature@389-6.Invoke(FSharpResult`2 _arg6) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/CoreTests.fs:line 391
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvokeNoHijackCheck[a,b](AsyncActivation`1 ctxt, b result1, FSharpFunc`2 userCode) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 527
at <StartupCode$FSharp-Core>.$Async.once@1463-2.Invoke(Unit unitVar0) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 1463
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading