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