1 instantiation of Address
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
49Address = new Address() // Missing required City and Street
7 references to Address
Microsoft.Extensions.Validation.Tests (7)
ValidatableTypeInfoTests.cs (7)
27CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 32typeof(Address), 34CreatePropertyInfo(typeof(Address), typeof(string), "Street", "Street", 36CreatePropertyInfo(typeof(Address), typeof(string), "City", "City", 43{ typeof(Address), addressType } 298CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 641public Address? Address { get; set; }