Skip to content

RS2008 info url 404 #81762

@DevAlsicJanDeclercq

Description

@DevAlsicJanDeclercq

Version Used:
Microsoft.CodeAnalysis 5.0.0

Steps to Reproduce:

  1. Add this code..
[Generator]
public sealed class ControllerGenerator : IIncrementalGenerator {
    private static readonly DiagnosticDescriptor NotPartialDescriptor = new(
        id: "HW001",
        title: "Controller must be partial",
        messageFormat: "Class '{0}' must be declared 'partial' to receive the generated HelloWorld() method",
        category: "Usage",
        defaultSeverity: DiagnosticSeverity.Error,
        isEnabledByDefault: true);
}
  1. a warning RS2008 appears, with the url https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
  2. URL => 404

Diagnostic Id:
RS2008: Enable analyzer release tracking for the analyzer project containing rule '..'

Expected Behavior:
A working URL

Actual Behavior:
I get a 404 page

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions