Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return the SignatureHelp items nearest to the cursor #73606

Merged
merged 6 commits into from
May 24, 2024

Add a SignatureHelpService that provides help items for the specified…

593792b
Select commit
Loading
Failed to load commit list.
Merged

Return the SignatureHelp items nearest to the cursor #73606

Add a SignatureHelpService that provides help items for the specified…
593792b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / roslyn-CI (Correctness Correctness_Analyzers) failed May 22, 2024 in 12m 26s

Correctness Correctness_Analyzers failed

Annotations

Check failure on line 98 in src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Analyzers)

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs#L98

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs(98,16): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Exception' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 98 in src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Analyzers)

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs#L98

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs(98,35): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'FatalError' does not exist in the current context

Check failure on line 98 in src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Analyzers)

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs#L98

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs(98,97): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'ErrorSeverity' does not exist in the current context

Check failure on line 39 in src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Analyzers)

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs#L39

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs(39,90): error CA1822: (NETCORE_ENGINEERING_TELEMETRY=Build) Member 'GetSignatureHelpAsync' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)

Check failure on line 98 in src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Analyzers)

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs#L98

src/Features/Core/Portable/SignatureHelp/SignatureHelpService.cs(98,16): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'Exception' could not be found (are you missing a using directive or an assembly reference?)