1 instantiation of Address
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
47Address = new Address() // Missing required City and Street
7 references to Address
Microsoft.AspNetCore.Http.Abstractions.Tests (7)
Validation\ValidatableTypeInfoTests.cs (7)
25CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 30typeof(Address), 32CreatePropertyInfo(typeof(Address), typeof(string), "Street", "Street", 34CreatePropertyInfo(typeof(Address), typeof(string), "City", "City", 41{ typeof(Address), addressType } 255CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 598public Address? Address { get; set; }