Use Roslyn LSP library instead of Visual Studio #10682
Open
Azure Pipelines / razor-tooling-ci (Build Windows release)
failed
Sep 17, 2024 in 4m 24s
Build Windows release failed
Annotations
azure-pipelines / razor-tooling-ci (Build Windows release)
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs#L96
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs(96,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)'
azure-pipelines / razor-tooling-ci (Build Windows release)
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs#L96
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs(96,18): error CS8130: (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot infer the type of implicitly-typed deconstruction variable 'uri'.
azure-pipelines / razor-tooling-ci (Build Windows release)
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs#L96
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs(96,23): error CS8130: (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot infer the type of implicitly-typed deconstruction variable 'range'.
azure-pipelines / razor-tooling-ci (Build Windows release)
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs#L98
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs(98,18): error CS8130: (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot infer the type of implicitly-typed deconstruction variable 'mappedDocumentUri'.
azure-pipelines / razor-tooling-ci (Build Windows release)
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs#L98
src\Razor\src\Microsoft.CodeAnalysis.Remote.Razor\GoToImplementation\RemoteGoToImplementationService.cs(98,37): error CS8130: (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot infer the type of implicitly-typed deconstruction variable 'mappedRange'.
Loading