AB#6233 - renamed extensions namespace to Umbraco.Extensions

This commit is contained in:
Bjarke Berg
2020-05-07 10:08:23 +02:00
parent fa3f52c6d3
commit e4dfdbb504
13 changed files with 14 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Extensions;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Web.Common.Extensions;
using Umbraco.Extensions;
using Umbraco.Web.Common.Lifetime;
using Umbraco.Web.Routing;

View File

@@ -8,7 +8,7 @@ using Umbraco.Core.Logging;
using Umbraco.Core.Persistence;
using Umbraco.Core.Services;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.Common.Extensions;
using Umbraco.Extensions;
using Umbraco.Web.Mvc;
namespace Umbraco.Web.Common.Controllers

View File

@@ -1,7 +1,7 @@
using System;
using Microsoft.AspNetCore.Mvc;
namespace Umbraco.Web.Common.Extensions
namespace Umbraco.Extensions
{
public static class ControllerExtensions
{

View File

@@ -1,7 +1,7 @@
using System;
using Microsoft.AspNetCore.Http;
namespace Umbraco.Web.Common.Extensions
namespace Umbraco.Extensions
{
public static class HttpContextAccessorExtensions
{

View File

@@ -4,10 +4,10 @@ using System.Linq.Expressions;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Core;
using Umbraco.Web.Common.Controllers;
using Umbraco.Web.Common.Extensions;
using Umbraco.Extensions;
using Umbraco.Web.WebApi;
namespace Umbraco.Web
namespace Umbraco.Extensions
{
public static class HttpUrlHelperExtensions
{

View File

@@ -30,7 +30,7 @@ using Umbraco.Core.Runtime;
using Umbraco.Web.Common.AspNetCore;
using Umbraco.Web.Common.Runtime.Profiler;
namespace Umbraco.Web.Common.Extensions
namespace Umbraco.Extensions
{
public static class UmbracoCoreServiceCollectionExtensions
{

View File

@@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Builder;
using StackExchange.Profiling;
using Umbraco.Web.Common.Middleware;
namespace Umbraco.Web.Common.Extensions
namespace Umbraco.Extensions
{
public static class UmbracoRequestApplicationBuilderExtensions
{

View File

@@ -4,6 +4,7 @@ using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Hosting;
using Umbraco.Core.WebAssets;
using Umbraco.Extensions;
using Umbraco.Web.Common.Filters;
using Umbraco.Web.Install;
using Umbraco.Web.Security;

View File

@@ -11,7 +11,7 @@ using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.AspNetCore.Routing;
using Umbraco.Core.IO;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Web.Common.Extensions;
using Umbraco.Extensions;
using Umbraco.Web.Macros;
namespace Umbraco.Web.Common.Macros