6 references to MaxLengthAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterProvider.cs (1)
32return new MaxLengthAttributeAdapter((MaxLengthAttribute)attribute, stringLocalizer);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (5)
MaxLengthAttributeAdapterTest.cs (5)
33var adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: stringLocalizer.Object); 58var adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: null); 89var adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: null); 122var adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer.Object); 147var adapter = new MaxLengthAttributeAdapter(attribute, stringLocalizer: null);