Use dotnet 8 feed. #1795
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
65 errors
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on windows-latest for repo global.json
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on ubuntu-latest for 7.0 preview
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on ubuntu-latest for repo global.json
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on ubuntu-latest for 6.0 stable
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on windows-latest for 7.0 preview
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in D:\a\FsAutoComplete\FsAutoComplete\test\FsAutoComplete.Tests.Lsp\Utils\CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on windows-latest for 6.0 stable
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.ReplaceWithSuggestion.can change namespace in open:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Diagnostic with code 39 should suggest name. There isn't any element which satisfies given assertion <fun:validateDiags@2685-3>.
at FsAutoComplete.Tests.CodeFixTests.Tests.validateDiags@2681-2.Invoke(Diagnostic[] diags) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/CodeFixTests/Tests.fs:line 2683
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on macos-latest for repo global.json
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.Go to definition tests.Untitled GoTo Tests.can go to variable declaration:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Request failed: { Code = -32603
Message =
"Could not read file: /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/bin/Release/net6.0/__Instrumented_FsAutoComplete.Tests.Lsp/Untitled-0.fsx"
Data = None }
at [email protected](String msg)
at [email protected](FSharpResult`2 res) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/GoToTests.fs:line 576
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$fsautocomplete>[email protected](AsyncActivation`1 ctxt)
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
Build on macos-latest for 6.0 stable
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to record def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@20-1.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.AddMissingEqualsToTypeDefinition.can add = to union def:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be a Diagnostic with code 3360. There isn't any element which satisfies given assertion <fun:expectCode@11>.
at FsAutoComplete.Tests.CodeFixTests.Tests.addMissingEqualsToTypeDefinitionTests@32-2.Invoke(Diagnostic[] diags)
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 43
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 Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 148
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.GenerateXmlDocumentation.documentation on property with explicit getter and setter:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
Incorrect text after applying the chosen code action. String does not match at position 91. Expected char: 'x', but got 'u'.
---------- Expected: ------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="x"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
---------- Actual: --------------------
type MyClass() =
let mutable someField = ""
/// <summary></summary>
/// <param name="unit"></param>
/// <returns></returns>
member _.Name
with get () = "foo"
and set (x: string) = someField <- x
at [email protected](Unit unitVar) in /Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/Utils/CursorbasedTests.fs:line 109
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@3412-27.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 148
|
Build on macos-latest for 7.0 preview
Process completed with exit code 1.
|