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

Use Roslyn LSP library instead of Visual Studio #10682

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Fixes after merge

dd43a04
Select commit
Loading
Failed to load commit list.
Open

Use Roslyn LSP library instead of Visual Studio #10682

Fixes after merge
dd43a04
Select commit
Loading
Failed to load commit list.
Azure Pipelines / razor-tooling-ci failed Sep 17, 2024 in 12m 53s

Build #20240916.12 failed

Annotations

Check failure on line 68 in src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-ci

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs#L68

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs(68,33): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'RoslynLspFactory' does not exist in the current context

Check failure on line 104 in src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-ci

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs#L104

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs(104,32): error CS0121: (NETCORE_ENGINEERING_TELEMETRY=Build) The call is ambiguous between the following methods or properties: 'LspExtensions.Deconstruct(Location, out Uri, out Range)' and 'RoslynLspExtensions.Deconstruct(Location, out Uri, out Range)'

Check failure on line 104 in src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-ci

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs#L104

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs(104,18): error CS8130: (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot infer the type of implicitly-typed deconstruction variable 'uri'.

Check failure on line 104 in src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-ci

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs#L104

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/GoToDefinition/RemoteGoToDefinitionService.cs(104,23): error CS8130: (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot infer the type of implicitly-typed deconstruction variable 'range'.