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