11 instantiations of ValidateNeverAttribute
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Metadata\DefaultModelMetadataTest.cs (1)
865new ValidateNeverAttribute(),
ModelBinding\Metadata\DefaultValidationMetadataProviderTest.cs (4)
16var attributes = new Attribute[] { new ValidateNeverAttribute() }; 36var attributes = new Attribute[] { new ValidateNeverAttribute() }; 53var attributes = new Attribute[] { new ValidateNeverAttribute() }; 166[ValidateNever]
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ActionParametersIntegrationTest.cs (1)
979public void MyAction([Required] string Name, [ValidateNever] ModelWithIValidatableObject validatableObject)
ValidationIntegrationTests.cs (3)
1333[ValidateNever] 1337[ValidateNever] 1341[ValidateNever]
ValidationWithRecordIntegrationTests.cs (2)
1181[ValidateNever] 1186[ValidateNever]