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