tooorangey.Umbraco.Healthchecks 1.0.0

dotnet add package tooorangey.Umbraco.Healthchecks --version 1.0.0
NuGet\Install-Package tooorangey.Umbraco.Healthchecks -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="tooorangey.Umbraco.Healthchecks" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add tooorangey.Umbraco.Healthchecks --version 1.0.0
#r "nuget: tooorangey.Umbraco.Healthchecks, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install tooorangey.Umbraco.Healthchecks as a Cake Addin
#addin nuget:?package=tooorangey.Umbraco.Healthchecks&version=1.0.0

// Install tooorangey.Umbraco.Healthchecks as a Cake Tool
#tool nuget:?package=tooorangey.Umbraco.Healthchecks&version=1.0.0

A collection of Umbraco Healthchecks, well only one, a healthcheck to check to see if somehow a preview domain or localhost has been accidentally hardcoded into content when using the UrlPicker, in a pre-production environment to prepare content for 'go live' (it hardcodes the pre production domain as part of the picked Url). If you list your pre-prod domains in the appsetting tooorangey.Umbraco.HealthChecks.UrlPickerDomains, then the healtcheck will detect their existence in property data before 'go live'. There is an api endpoint that will generate a basic report.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 410 12/22/2020

Add UrlDomainHealthcheck for Umbraco V7