1 instantiation of Product
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
389var product = new Product { SKU = "INVALID-SKU" };
4 references to Product
Microsoft.Extensions.Validation.Tests (4)
ValidatableTypeInfoTests.cs (4)
384typeof(Product), 386CreatePropertyInfo(typeof(Product), typeof(string), "SKU", "SKU", [new RequiredAttribute(), new CustomSkuValidationAttribute()]), 389var product = new Product { SKU = "INVALID-SKU" }; 394{ typeof(Product), productType }