4 references to NonNullPersonWithRequiredProperties
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
DictionaryModelBinderIntegrationTest.cs (4)
1446ParameterType = typeof(Dictionary<string, NonNullPersonWithRequiredProperties>) 1462var model = Assert.IsType<Dictionary<string, NonNullPersonWithRequiredProperties>>(modelBindingResult.Model); 1468var person = kvp.Value; 1475var person = kvp.Value;