Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updated Analyzer SDK #2444
Triggered via pull request
November 24, 2024 00:51
Status
Failure
Total duration
15m 41s
Artifacts
–
Annotations
24 errors and 14 warnings
Build on ubuntu-latest for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
Build on ubuntu-latest for 8.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
Build on ubuntu-latest for 9.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
Build on ubuntu-latest for 9.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
Build on macos-13 for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub with another member with attribute
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
[<CompiledName("yo")>]
member x.Foo() = 1
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
[<CompiledName("yo")>]
member x.Foo() = 1
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub without trailing nl
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.CodeFix-tests.GenerateAbstractClassStub.inserts override in correct place
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
let a = 0
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
let a = 0
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub with existing override
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name = "Circle"
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name = "Circle"
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\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.
|
Build on windows-latest for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
Build on windows-latest for 8.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub with another member with attribute
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
[<CompiledName("yo")>]
member x.Foo() = 1
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
[<CompiledName("yo")>]
member x.Foo() = 1
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub without trailing nl
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.CodeFix-tests.GenerateAbstractClassStub.inserts override in correct place
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
let a = 0
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name: string =
failwith "Not Implemented"
let a = 0
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.CodeFix-tests.GenerateAbstractClassStub.can generate abstract class stub with existing override
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: '\010', but got ' '.
---------- Expected: ------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name = "Circle"
()
---------- Actual: --------------------
[<AbstractClass>]
type Shape(x0: float, y0: float) =
let mutable x, y = x0, y0
abstract Name : string with get
abstract Area : float with get
member _.Move dx dy =
x <- x + dx
y <- y + dy
type Square(x,y, sideLength) =
inherit Shape(x,y)
override this.Area: float =
failwith "Not Implemented"
override this.Name = "Circle"
()
at Utils.CursorbasedTests.CodeFix.checkFixAt@100-3.Invoke(Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 110
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 510
at <StartupCode$fsautocomplete>.$AdaptiveFSharpLspServer.FsAutoComplete-Lsp-IFSharpLspServer-TextDocumentCodeAction@1519-31.Invoke(AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\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.
|
Build on windows-latest for 9.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
Build on macos-13 for 8.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
Build on windows-latest for 9.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
Build on macos-13 for 9.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
|
Build on macos-13 for 9.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
|
analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/upload-sarif@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Build on ubuntu-latest for 8.0 WorkspaceLoader BackgroundCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on ubuntu-latest for 8.0 WorkspaceLoader TransparentCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on ubuntu-latest for 9.0 WorkspaceLoader BackgroundCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on ubuntu-latest for 9.0 WorkspaceLoader TransparentCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on macos-13 for 8.0 WorkspaceLoader BackgroundCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on windows-latest for 8.0 WorkspaceLoader BackgroundCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on windows-latest for 8.0 WorkspaceLoader TransparentCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on windows-latest for 9.0 WorkspaceLoader BackgroundCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on macos-13 for 8.0 WorkspaceLoader TransparentCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on windows-latest for 9.0 WorkspaceLoader TransparentCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on macos-13 for 9.0 WorkspaceLoader TransparentCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build on macos-13 for 9.0 WorkspaceLoader BackgroundCompiler
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|