3 references to WellKnownFeatures
Microsoft.AspNetCore.Analyzers (1)
CompilationFeatureDetector.cs (1)
50features.Add(WellKnownFeatures.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));