Move extension methods in core project to Umbraco.Extensions

This commit is contained in:
Mole
2021-02-09 11:26:22 +01:00
parent 216fb87c79
commit dd488a15f4
528 changed files with 623 additions and 1196 deletions

View File

@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Cache;
using Umbraco.Cms.Core.Models.Entities;
using Umbraco.Core.Scoping;
using Umbraco.Extensions;
namespace Umbraco.Core.Cache
{

View File

@@ -4,12 +4,10 @@ using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Cache;
using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Web;
using Umbraco.Core;
using Umbraco.Core.Events;
using Umbraco.Extensions;
namespace Umbraco.Web.Cache
{

View File

@@ -1,11 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Cache;
using Umbraco.Cms.Core.Collections;
using Umbraco.Cms.Core.Models.Entities;
using Umbraco.Core.Scoping;
using Umbraco.Extensions;
namespace Umbraco.Core.Cache
{