4 references to NonFilter
Microsoft.AspNetCore.Mvc.Core.Test (4)
Filters\FilterCollectionTest.cs (4)
72var expectedMessage = $"The type '{typeof(NonFilter).FullName}' must derive from " + $"'{typeof(IFilterMetadata).FullName}'."; 76() => collection.Add(typeof(NonFilter)), 143var expectedMessage = $"The type '{typeof(NonFilter).FullName}' must derive from '{typeof(IFilterMetadata).FullName}'."; 147() => { collection.AddService(typeof(NonFilter)); },