Open
Description
There are discussions in aspnet core repository about validating the model state when calling applyTo method.
dotnet/aspnetcore#19170
dotnet/aspnetcore#7158
Maybe there should be a new method ValidateApplyTo
that would apply changes and call validation attributes?