Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updated Analyzer SDK #2431
Annotations
12 errors and 1 warning
The run was canceled by @TheAngryByrd.
|
Check format
Process completed with exit code 1.
|
Run and report tests
Specified argument was out of the range of valid values.
|
Run and report tests
Specified argument was out of the range of valid values.
|
Run and report tests
Specified argument was out of the range of valid values.
|
Run and report tests
Specified argument was out of the range of valid values.
|
Run and report tests
Specified argument was out of the range of valid values.
|
Run and report tests
Specified argument was out of the range of valid values.
|
Run and report tests
Should have a signature of 'active pattern Value:
input: Expr
-> option<objnull * System.Type>'. String does not match at position 58. Expected char: 'n', but got ' '.
---------- Expected: ------------------
active pattern Value:
input: Expr
-> option<objnull * System.Type>
---------- Actual: --------------------
active pattern Value:
input: Expr
-> option<obj * System.Type>
at [email protected](FSharpResult`2 _arg6) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/CoreTests.fs:line 281
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvokeNoHijackCheck[a,b](AsyncActivation`1 ctxt, b result1, FSharpFunc`2 userCode) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 528
at <StartupCode$FSharp-Core>[email protected](Unit unitVar0) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 1468
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 ---
|
Run and report tests
Should have a signature of 'active pattern ValueWithName:
input: Expr
-> option<objnull * System.Type * string>'. String does not match at position 66. Expected char: 'n', but got ' '.
---------- Expected: ------------------
active pattern ValueWithName:
input: Expr
-> option<objnull * System.Type * string>
---------- Actual: --------------------
active pattern ValueWithName:
input: Expr
-> option<obj * System.Type * string>
at [email protected](FSharpResult`2 _arg6) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/CoreTests.fs:line 281
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvokeNoHijackCheck[a,b](AsyncActivation`1 ctxt, b result1, FSharpFunc`2 userCode) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 528
at <StartupCode$FSharp-Core>[email protected](Unit unitVar0) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 1468
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 ---
|
Run and report tests
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 ---
|
Run and report tests
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 ---
|
Setup .NET
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Loading