HealthChecks let your users run checks against the health of the umbraco install.
A custom health check can run any code you need to perform the check, and they can be scheduled and return their results to people via email.
very few : single method change
- Composer now uses IUmbracoBuilder
- the return value of
HealthCheck.GetStatus
method has changes