4 references to SignalR
Microsoft.AspNetCore.Analyzers (2)
CompilationFeatureDetector.cs (1)
50features.Add(WellKnownFeatures.SignalR);
WellKnownFeatures.cs (1)
8public const string SignalR = nameof(SignalR);
Microsoft.AspNetCore.Analyzers.Test (2)
CompilationFeatureDetectorTest.cs (2)
82Assert.Collection(features, f => Assert.Equal(WellKnownFeatures.SignalR, f)); 122Assert.Collection(features, f => Assert.Equal(WellKnownFeatures.SignalR, f));