Symbols: add ObsoleteDiagnosticInfo #19359
Build WindowsNoStrictIndentation failed
Annotations
Check failure on line 82 in vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs
azure-pipelines / fsharp-ci (Build WindowsNoStrictIndentation)
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs#L82
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs(82,80): error FS3566: (NETCORE_ENGINEERING_TELEMETRY=Build) Multiple type matches were found: FSharp.Compiler.Symbols.FSharpObsoleteDiagnosticInfo Microsoft.VisualStudio.FSharp.Editor.FSharpCodeFixThe type 'FSharp.Compiler.Symbols.FSharpObsoleteDiagnosticInfo' was used. Due to the overlapping field names Messageconsider using type annotations or change the order of open statements.
Check failure on line 82 in vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs
azure-pipelines / fsharp-ci (Build WindowsNoStrictIndentation)
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs#L82
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs(82,88): error FS0039: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'FSharpObsoleteDiagnosticInfo' does not define the field, constructor or member 'Changes'.
Check failure on line 83 in vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs
azure-pipelines / fsharp-ci (Build WindowsNoStrictIndentation)
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs#L83
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs(83,81): error FS3566: (NETCORE_ENGINEERING_TELEMETRY=Build) Multiple type matches were found: FSharp.Compiler.Symbols.FSharpObsoleteDiagnosticInfo Microsoft.VisualStudio.FSharp.Editor.FSharpCodeFixThe type 'FSharp.Compiler.Symbols.FSharpObsoleteDiagnosticInfo' was used. Due to the overlapping field names Messageconsider using type annotations or change the order of open statements.
Check failure on line 83 in vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs
azure-pipelines / fsharp-ci (Build WindowsNoStrictIndentation)
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs#L83
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs(83,89): error FS0039: (NETCORE_ENGINEERING_TELEMETRY=Build) The type 'FSharpObsoleteDiagnosticInfo' does not define the field, constructor or member 'Name'.
Check failure on line 77 in vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs
azure-pipelines / fsharp-ci (Build WindowsNoStrictIndentation)
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs#L77
vsintegration\src\FSharp.Editor\CodeFixes\CodeFixHelpers.fs(77,9): error FS0041: (NETCORE_ENGINEERING_TELEMETRY=Build) No overloads match for method 'Create'.Known types of arguments: string option * (Threading.CancellationToken -> Threading.Tasks.Task<Document>)Available overloads: - CodeAction.Create(title: string, createChangedDocument: Func<IProgress<CodeAnalysisProgress>,Threading.CancellationToken,Threading.Tasks.Task<Document>>, ?equivalenceKey: string, ?priority: CodeActionPriority) : CodeAction // Argument 'title' doesn't match - CodeAction.Create(title: string, createChangedDocument: Func<Threading.CancellationToken,Threading.Tasks.Task<Document>>, ?equivalenceKey: string, ?priority: CodeActionPriority) : CodeAction // Argument 'title' doesn't match - CodeAction.Create(title: string, createChangedSolution: Func<IProgress<CodeAnalysisProgress>,Threading.CancellationToken,Threading.Tasks.Task<Solution>>, ?equivalenceKey: string, ?priority: CodeActionPriority) : CodeAction // Argument 'title' doesn't match - CodeAction.Create(title: string, createChangedSolution: Func<Threading.CancellationToken,Threading.Tasks.Task<Solution>>, ?equivalenceKey: string, ?priority: CodeActionPriority) : CodeAction // Argument 'title' doesn't match