Changelog for v0.61.0 #1749
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.NamedText.Unused Declarations.project.unused private function variable:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
There should be exactly one unused value diagnostic at cursor position. Expected list to have length 1, but length was 0. Seq:
[||]
at FsAutoComplete.Tests.UnusedDeclarationsTests.checkUsageAt@35-2.Invoke(Document _arg2) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/UnsedDeclarationsTests.fs:line 51
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
--- End of stack trace from previous location ---
at Microsoft.FSharp.Control.AsyncResult`1.Commit() in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 455
|
Build on ubuntu-latest for 7.0 preview
Process completed with exit code 1.
|
FSAC.lsp.Ionide WorkspaceLoader.AdaptiveLspServer.RoslynSourceText.CodeFix-tests.RenameParamToMatchSignature.can rename parameter with multiple ' in signature in F# function:
test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj#L1
No matching CodeAction. Available code actions were: [|{ Title = "Add explicit type annotation"
Kind = Some "refactor"
Diagnostics = None
IsPreferred = None
Disabled = None
Edit =
Some
{ Changes = None
DocumentChanges =
Some
[|{ TextDocument =
{ Uri =
"file:///Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/Code.fs"
Version = Some 0 }
Edits =
[|{ Range = { Start = { Line = 2
Character = 6 }
End = { Line = 2
Character = 6 } }
NewText = "(" }; { Range = { Start = { Line = 2
Character = 9 }
End = { Line = 2
Character = 9 } }
NewText = ": " };
{ Range = { Start = { Line = 2
Character = 9 }
End = { Line = 2
Character = 9 } }
NewText = "int" }; { Range = { Start = { Line = 2
Character = 9 }
End = { Line = 2
Character = 9 } }
NewText = ")" }|] }|] }
Command = None
Data = None };
{ Title = "Generate placeholder XML documentation"
Kind = Some "refactor"
Diagnostics = None
IsPreferred = None
Disabled = None
Edit =
Some
{ Changes = None
DocumentChanges =
Some
[|{ TextDocument =
{ Uri =
"file:///Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/Code.fs"
Version = Some 0 }
Edits =
[|{ Range = { Start = { Line = 2
Character = 0 }
End = { Line = 2
Character = 0 } }
NewText =
"/// <summary></summary>
/// <returns></returns>
" }|] }|] }
Command = None
Data = None };
{ Title = "Replace with 'value11'"
Kind = Some "quickfix"
Diagnostics =
Some
[|{ Range = { Start = { Line = 2
Character = 6 }
End = { Line = 2
Character = 11 } }
Severity = Some Error
Code = Some "3218"
CodeDescription =
Some
{ Href =
Some
https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/compiler-messages/fs3218 }
Source = Some "F# Compiler"
Message =
"The argument names in the signature 'value11' and implementation 'v11'2' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling."
RelatedInformation = Some [||]
Tags = None
Data = None }|]
IsPreferred = None
Disabled = None
Edit =
Some
{ Changes = None
DocumentChanges =
Some
[|{ TextDocument =
{ Uri =
"file:///Users/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/Code.fs"
Version = Some 0 }
Edits =
[|{ Range = { Start = { Line = 2
Character = 6 }
End = { Line = 2
|
Build on macos-latest for 6.0 stable
Process completed with exit code 1.
|