5 references to ModelWithNonNullableReferenceTypeProperties
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
ValidationIntegrationTests.cs (5)
2543var model = Assert.IsType<ModelWithNonNullableReferenceTypeProperties>(modelBindingResult.Model); 2552v => Assert.Equal(typeof(ModelWithNonNullableReferenceTypeProperties), v.ModelType), 2558private static void Validation_ModelWithNonNullableReferenceTypes_DoesNotValidateNonNullablePropertiesOnFrameworkTypesAction(ModelWithNonNullableReferenceTypeProperties model) { } 2564public Delegate Delegate { get; set; } = typeof(ModelWithNonNullableReferenceTypeProperties).GetMethod(nameof(SomeMethod))!.CreateDelegate<Action>();