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