2 writes to ProductName
Microsoft.Extensions.Validation.Tests (2)
ValidatableTypeInfoTests.cs (2)
251
new OrderItem {
ProductName
= "Valid Product", Quantity = 5 },
253
new OrderItem {
ProductName
= "Another Product", Quantity = 200 /* Invalid quantity */ }