1 instantiation of Address
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
50Address = new Address() // Missing required City and Street
7 references to Address
Microsoft.AspNetCore.Http.Abstractions.Tests (7)
Validation\ValidatableTypeInfoTests.cs (7)
23CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 28typeof(Address), 30CreatePropertyInfo(typeof(Address), typeof(string), "Street", "Street", 32CreatePropertyInfo(typeof(Address), typeof(string), "City", "City", 39{ typeof(Address), addressType } 257CreatePropertyInfo(typeof(Person), typeof(Address), "Address", "Address", 518public Address? Address { get; set; }