Skip to content

Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updated Analyzer SDK #2435

Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updated Analyzer SDK

Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updated Analyzer SDK #2435

Triggered via pull request November 23, 2024 19:33
Status Cancelled
Total duration 10m 52s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

96 errors and 20 warnings
Build on ubuntu-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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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
Incorrect text after applying the chosen code action. String does not match at position 259. Expected char: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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 ubuntu-latest for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
Build on windows-latest for 8.0 WorkspaceLoader BackgroundCompiler
The operation was canceled.
Build on windows-latest for 8.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
Build on macos-13 for 8.0 WorkspaceLoader BackgroundCompiler
The operation was canceled.
Build on windows-latest for 8.0 WorkspaceLoader TransparentCompiler
The operation was canceled.
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 windows-latest for 9.0 WorkspaceLoader BackgroundCompiler
The operation was canceled.
Build on windows-latest for repo global.json WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
Build on windows-latest for 9.0 WorkspaceLoader TransparentCompiler
The operation was canceled.
Build on windows-latest for 9.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
Build on macos-13 for 9.0 WorkspaceLoader TransparentCompiler
The operation was canceled.
Build on windows-latest for repo global.json WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
Build on ubuntu-latest for repo global.json 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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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 macos-13 for 8.0 WorkspaceLoader TransparentCompiler
The operation was canceled.
Build on macos-13 for 8.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
Build on ubuntu-latest for repo global.json 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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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: ' ', but got '\010'. ---------- 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 [email protected](Unit unitVar) in /home/runner/work/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 macos-13 for 9.0 WorkspaceLoader BackgroundCompiler
The operation was canceled.
Build on macos-13 for 9.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
FSAC.lsp.Ionide WorkspaceLoader.TransparentCompiler.fantomas integration.tests.can replace entire content of file when formatting whole document-endCharacter
Expected exit code zero but was 1. StdOut: StdErr: Unhandled exception: System.ArgumentException: '' is not a valid version string. at NuGet.Versioning.VersionRange.Parse(String value, Boolean allowFloating) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCreatorValues(JsonObjectContract contract, JsonProperty containerProperty, JsonReader reader, Type objectType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectUsingCreatorWithParameters(JsonReader reader, JsonObjectContract contract, JsonProperty containerProperty, ObjectConstructor`1 creator, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCreatorValues(JsonObjectContract contract, JsonProperty containerProperty, JsonReader reader, Type objectType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectUsingCreatorWithParameters(JsonReader reader, JsonObjectContract contract, JsonProperty containerProperty, ObjectConstructor`1 creator, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract co
Build on ubuntu-latest for 9.0 WorkspaceLoader TransparentCompiler
The operation was canceled.
Build on ubuntu-latest for 9.0 WorkspaceLoader TransparentCompiler
Process completed with exit code 1.
Build on ubuntu-latest for 9.0 WorkspaceLoader BackgroundCompiler
Process completed with exit code 1.
FSAC.lsp.Ionide WorkspaceLoader.BackgroundCompiler.fantomas integration.tests.can replace entire content of file when formatting whole document-endCharacter
Expected exit code zero but was 1. StdOut: StdErr: Unhandled exception: System.ArgumentException: '' is not a valid version string. at NuGet.Versioning.VersionRange.Parse(String value, Boolean allowFloating) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCreatorValues(JsonObjectContract contract, JsonProperty containerProperty, JsonReader reader, Type objectType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectUsingCreatorWithParameters(JsonReader reader, JsonObjectContract contract, JsonProperty containerProperty, ObjectConstructor`1 creator, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCreatorValues(JsonObjectContract contract, JsonProperty containerProperty, JsonReader reader, Type objectType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectUsingCreatorWithParameters(JsonReader reader, JsonObjectContract contract, JsonProperty containerProperty, ObjectConstructor`1 creator, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract co
Build on ubuntu-latest for 9.0 WorkspaceLoader BackgroundCompiler
The operation was canceled.
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 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 8.0 WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
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 BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on windows-latest for 8.0 WorkspaceLoader BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on macos-13 for 8.0 WorkspaceLoader BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on windows-latest for 8.0 WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on windows-latest for 9.0 WorkspaceLoader BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on windows-latest for repo global.json WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on windows-latest for 9.0 WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on macos-13 for 9.0 WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on windows-latest for repo global.json WorkspaceLoader BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on ubuntu-latest for repo global.json WorkspaceLoader BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on macos-13 for 8.0 WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on ubuntu-latest for repo global.json WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on macos-13 for 9.0 WorkspaceLoader BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on ubuntu-latest for 9.0 WorkspaceLoader TransparentCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Build on ubuntu-latest for 9.0 WorkspaceLoader BackgroundCompiler
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']