Skip to content

Add support in DevKit for source link go to definition

Build Analysis / Build Analysis failed Aug 2, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

🕒 The following pipeline(s) will be analyzed once they finish

Build Failures

roslyn-CI / Windows_Debug_Build / Build_Windows_Debug / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\VisualStudio\Core\Def\PdbSourceDocument\AbstractSourceLinkService.cs(99,73): error CS0122: 'SymbolLocatorPdbInfo' is inaccessible due to its protection level
    ❌src\VisualStudio\Core\Def\PdbSourceDocument\AbstractSourceLinkService.cs(99,29): error CS0122: 'SymbolLocatorResult' is inaccessible due to its protection level
    ❌src\VisualStudio\Core\Def\PdbSourceDocument\AbstractSourceLinkService.cs(101,29): error CS0122: 'SourceLinkResult' is inaccessible due to its protection level

roslyn-CI / Windows_Release_Build / Build_Windows_Release / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\VisualStudio\Core\Def\PdbSourceDocument\AbstractSourceLinkService.cs(99,73): error CS0122: 'SymbolLocatorPdbInfo' is inaccessible due to its protection level
    ❌src\VisualStudio\Core\Def\PdbSourceDocument\AbstractSourceLinkService.cs(99,29): error CS0122: 'SymbolLocatorResult' is inaccessible due to its protection level
    ❌src\VisualStudio\Core\Def\PdbSourceDocument\AbstractSourceLinkService.cs(101,29): error CS0122: 'SourceLinkResult' is inaccessible due to its protection level

roslyn-CI / Correctness / Correctness_Analyzers / Build with analyzers

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Workspaces/Remote/Core/BrokeredServiceDescriptors.cs(131,45): error IDE0051: Private member 'BrokeredServiceDescriptors.CreateDescriptorWithProtocolVersion' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [roslyn-CI]

Was this helpful? Yes No