Skip to content

DiagnosticIds

NexusLabs.Needlr.SignalR.Analyzers

DiagnosticIds Class

Diagnostic IDs for SignalR-specific Needlr analyzers.

public static class DiagnosticIds

Inheritance System.Object 🡒 DiagnosticIds

Remarks

SignalR analyzer codes use the NDLRSIG prefix.

Fields

DiagnosticIds.HubPathMustBeConstant Field

NDLRSIG001: HubPath must be a constant expression.

public const string HubPathMustBeConstant = "NDLRSIG001";

Field Value

System.String

DiagnosticIds.HubTypeMustBeTypeOf Field

NDLRSIG002: HubType must be a typeof expression.

public const string HubTypeMustBeTypeOf = "NDLRSIG002";

Field Value

System.String