* Use minimal hosting model * Make CoreRuntime backward compatible to the old hosting model * Remove unneccessary methods from interface again * Pushed the timeout for E2E test to 120 minutes instead of 60 * Updated the preview version from 6 to 7 * Explicitly call BootUmbracoAsync * Add CreateUmbracoBuilder extension method * Do not add IRuntime as hosted service when using WebApplication/WebApplicationBuilder * Set StaticServiceProvider.Instance before booting * Ensure Umbraco is booted and StaticServiceProvider.Instance is set before configuring middleware * Do not enable static web assets on production environments * Removed root namespace from viewImports --------- Co-authored-by: Andreas Zerbst <andr317c@live.dk> Co-authored-by: Ronald Barendse <ronald@barend.se>
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
@using Umbraco.Extensions
|
|
@using Umbraco.Cms.Web.Common.PublishedModels
|
|
@using Umbraco.Cms.Web.Common.Views
|
|
@using Umbraco.Cms.Core.Models.PublishedContent
|
|
@using Microsoft.AspNetCore.Html
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@addTagHelper *, Smidge
|
|
@inject Smidge.SmidgeHelper SmidgeHelper
|