Index
NexusLabs.Needlr.SignalR.Analyzers Namespace¶
| Classes | |
|---|---|
| DiagnosticDescriptors | Diagnostic descriptors for SignalR-specific Needlr analyzers. |
| DiagnosticIds | Diagnostic IDs for SignalR-specific Needlr analyzers. |
| HubPathAttributeAnalyzer | Analyzer that validates HubPathAttribute usage for AOT compatibility. |
| HubRegistrationPluginConstructorAnalyzer | Analyzer that flags an IHubRegistrationPlugin implementation that is eligible for Needlr's generated-constructor generation. The SignalR hub-registration generator requires parameterless activation and deliberately excludes such a type from registration, so a plugin shaped this way is silently never registered unless flagged here. |