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