6 references to StringLengthAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterProvider.cs (1)
52return new StringLengthAttributeAdapter((StringLengthAttribute)attribute, stringLocalizer);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (5)
StringLengthAttributeAdapterTest.cs (5)
34var adapter = new StringLengthAttributeAdapter(attribute, stringLocalizer: stringLocalizer.Object); 59var adapter = new StringLengthAttributeAdapter(attribute, stringLocalizer: null); 86var adapter = new StringLengthAttributeAdapter(attribute, stringLocalizer: null); 114var adapter = new StringLengthAttributeAdapter(attribute, stringLocalizer: null); 140var adapter = new StringLengthAttributeAdapter(attribute, stringLocalizer: null);