1 write to Type
Microsoft.AspNetCore.Http.Abstractions (1)
Validation\ValidatableTypeInfo.cs (1)
28Type = type;
3 references to Type
Microsoft.AspNetCore.Http.Abstractions (3)
Validation\ValidatableTypeInfo.cs (3)
57$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{Type.Name}'. " + 91if (Type.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable) 99context.ValidationContext.DisplayName = Type.Name;