Update FSAC to use FCS and FSharp.Core from 9.0.100, as well as updated Analyzer SDK #2435
Annotations
11 errors and 2 warnings
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
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 ---
|
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"
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 ---
|
Check format
Process completed with exit code 1.
|
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/
|
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