Move build to .NET 10, still keep runtime net8/9/10 #2935
Annotations
18 errors and 19 warnings
|
Build on ubuntu-latest for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.tooltip evaluation.tests.tooltip for line 70 character 7 should be 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'
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 /home/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 ---
|
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.tooltip evaluation.tests.tooltip for line 60 character 7 should be 'active pattern Value:
input: Expr
-> option<obj * System.Type>'
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 /home/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 ---
|
|
Build on ubuntu-latest for 8.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.tooltip evaluation.tests.tooltip for line 70 character 7 should be 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'
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 /home/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 ---
|
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.tooltip evaluation.tests.tooltip for line 60 character 7 should be 'active pattern Value:
input: Expr
-> option<obj * System.Type>'
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 /home/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 ---
|
|
Build on windows-latest for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.tooltip evaluation.tests.tooltip for line 70 character 7 should be 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'
Should have a signature of 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'. String does not match at position 68. 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 D:\a\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 ---
|
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.tooltip evaluation.tests.tooltip for line 60 character 7 should be 'active pattern Value:
input: Expr
-> option<obj * System.Type>'
Should have a signature of 'active pattern Value:
input: Expr
-> option<obj * System.Type>'. String does not match at position 60. 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 D:\a\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 ---
|
|
Build on windows-latest for 8.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.tooltip evaluation.tests.tooltip for line 70 character 7 should be 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'
Should have a signature of 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'. String does not match at position 68. 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 D:\a\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 ---
|
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.tooltip evaluation.tests.tooltip for line 60 character 7 should be 'active pattern Value:
input: Expr
-> option<obj * System.Type>'
Should have a signature of 'active pattern Value:
input: Expr
-> option<obj * System.Type>'. String does not match at position 60. 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 D:\a\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 ---
|
|
Build on macos-15 for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.tooltip evaluation.tests.tooltip for line 70 character 7 should be 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'
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 ---
|
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.tooltip evaluation.tests.tooltip for line 60 character 7 should be 'active pattern Value:
input: Expr
-> option<obj * System.Type>'
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 ---
|
|
Build on macos-15 for 8.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.tooltip evaluation.tests.tooltip for line 70 character 7 should be 'active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>'
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 ---
|
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.tooltip evaluation.tests.tooltip for line 60 character 7 should be 'active pattern Value:
input: Expr
-> option<obj * System.Type>'
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 ---
|
|
analyze
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/
|
|
Build on ubuntu-latest for 10.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on ubuntu-latest for 8.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on ubuntu-latest for 8.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on ubuntu-latest for 9.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on ubuntu-latest for 9.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on ubuntu-latest for 10.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on windows-latest for 10.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on windows-latest for 9.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on windows-latest for 8.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on windows-latest for 9.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on windows-latest for 10.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on windows-latest for 8.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on macos-15 for 10.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on macos-15 for 8.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on macos-15 for 9.0 WorkspaceLoader BackgroundCompiler
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/
|
|
Build on macos-15 for 8.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on macos-15 for 9.0 WorkspaceLoader TransparentCompiler
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/
|
|
Build on macos-15 for 10.0 WorkspaceLoader TransparentCompiler
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/
|