Namespace Umbraco.Cms.Infrastructure.Runtime.RuntimeModeValidators
Classes
JITOptimizerValidator
Validates whether the JIT/runtime optimizer of the entry assembly is enabled in production runtime mode.
ModelsBuilderModeValidator
Validates whether the ModelsBuilder mode is not set to InMemoryAuto when in development runtime mode and set to Nothing when in production runtime mode.
RuntimeMinificationValidator
Validates whether the runtime minification cache buster is not set to Timestamp when in production runtime mode.
RuntimeModeProductionValidatorBase
Validates configuration based on the production runtime mode.
UmbracoApplicationUrlValidator
Validates whether a fixed Umbraco application URL is set when in production runtime mode.
UseHttpsValidator
Validates whether HTTPS is enforced when in production runtime mode.