Align namespaces in Examine folder.

This commit is contained in:
Mole
2021-02-12 10:57:50 +01:00
parent 88f7abb72e
commit 511a04a62c
73 changed files with 81 additions and 90 deletions

View File

@@ -12,6 +12,7 @@ using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Models.ContentEditing;
using Umbraco.Cms.Core.Security;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
using Constants = Umbraco.Cms.Core.Constants;

View File

@@ -6,6 +6,7 @@ using Examine.LuceneEngine.Directories;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.Runtime;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
namespace Umbraco.Examine

View File

@@ -4,6 +4,7 @@
using System.Runtime.InteropServices;
using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.DependencyInjection;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
namespace Umbraco.Examine

View File

@@ -12,6 +12,7 @@ using Lucene.Net.QueryParsers;
using Lucene.Net.Search;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Runtime;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Examine;
using Version = Lucene.Net.Util.Version;

View File

@@ -7,6 +7,7 @@ using Microsoft.Extensions.Options;
using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Infrastructure.Examine;
namespace Umbraco.Examine
{

View File

@@ -7,6 +7,7 @@ using Lucene.Net.Store;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
namespace Umbraco.Examine

View File

@@ -5,6 +5,7 @@ using Examine;
using Examine.LuceneEngine.Providers;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Infrastructure.Examine;
namespace Umbraco.Examine
{

View File

@@ -12,6 +12,7 @@ using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Core.Logging;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Examine;
namespace Umbraco.Examine
{

View File

@@ -16,6 +16,7 @@ using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Core.Logging;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Examine;
using Directory = Lucene.Net.Store.Directory;
namespace Umbraco.Examine

View File

@@ -5,6 +5,7 @@ using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Infrastructure.Examine;
namespace Umbraco.Examine
{

View File

@@ -12,6 +12,7 @@ using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Core.Logging;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Examine;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Examine

View File

@@ -7,6 +7,7 @@ using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Core.Logging;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Examine;
using Directory = Lucene.Net.Store.Directory;
namespace Umbraco.Examine

View File

@@ -24,6 +24,7 @@ using Umbraco.Cms.Core.Strings;
using Umbraco.Cms.Core.Templates;
using Umbraco.Cms.Core.Trees;
using Umbraco.Cms.Core.Web;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Core;
using Umbraco.Core.Logging.Serilog.Enrichers;
using Umbraco.Core.Manifest;
@@ -35,9 +36,7 @@ using Umbraco.Core.Persistence;
using Umbraco.Core.Runtime;
using Umbraco.Core.Scoping;
using Umbraco.Core.Serialization;
using Umbraco.Examine;
using Umbraco.Extensions;
using Umbraco.Infrastructure.Examine;
using Umbraco.Infrastructure.HealthChecks;
using Umbraco.Infrastructure.HostedServices;
using Umbraco.Infrastructure.Install;

View File

@@ -1,11 +1,10 @@
using System.Collections.Generic;
using Examine;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Extensions;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <inheritdoc />
public abstract class BaseValueSetBuilder<TContent> : IValueSetBuilder<TContent>

View File

@@ -6,15 +6,10 @@ using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Persistence.Querying;
using Umbraco.Cms.Core.Services;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.Querying;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Performs the data lookups required to rebuild a content index
/// </summary>

View File

@@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Examine;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Models.Membership;
using Umbraco.Cms.Core.PropertyEditors;
@@ -10,7 +9,7 @@ using Umbraco.Cms.Core.Strings;
using Umbraco.Core.Scoping;
using Umbraco.Extensions;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Builds <see cref="ValueSet"/>s for <see cref="IContent"/> items

View File

@@ -5,7 +5,7 @@ using Umbraco.Cms.Core.Services;
using Umbraco.Extensions;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Used to validate a ValueSet for content/media - based on permissions, parent id, etc....

View File

@@ -3,10 +3,9 @@ using System.Collections.Generic;
using Examine;
using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Examine;
using Umbraco.Web.PublishedCache;
using Umbraco.Cms.Infrastructure.Examine;
namespace Umbraco.Web
namespace Umbraco.Extensions
{
/// <summary>
/// Extension methods for Examine.

View File

@@ -6,7 +6,7 @@ using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Composing;
using Umbraco.Extensions;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>

View File

@@ -1,8 +1,8 @@
using Examine;
using System.Collections.Generic;
using System.Collections.Generic;
using Examine;
using Umbraco.Cms.Core.Models.ContentEditing;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Used to search the back office for Examine indexed entities (Documents, Media and Members)

View File

@@ -1,8 +1,6 @@
using Examine;
using Umbraco.Cms.Core.Models;
using Umbraco.Core.Models;
using Umbraco.Cms.Core.Models;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <inheritdoc />
/// <summary>

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// An extended <see cref="IValueSetValidator"/> for content indexes

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Creates <see cref="IIndex"/>'s

View File

@@ -1,8 +1,7 @@
using System.Collections.Generic;
using Umbraco.Cms.Core;
using Umbraco.Core;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public interface IIndexPopulator
{

View File

@@ -1,8 +1,7 @@
using Examine;
using Umbraco.Cms.Core.Models;
using Umbraco.Core.Models;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Marker interface for a <see cref="ValueSet"/> builder for only published content

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Marker interface for indexes of Umbraco content

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// A Marker interface for defining an Umbraco indexer

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public interface IUmbracoIndexConfig
{

View File

@@ -1,4 +1,4 @@
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <inheritdoc />
/// <summary>

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public interface IUmbracoMemberIndex : IIndex
{

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Used to propagate hardcoded internal Field lists

View File

@@ -1,8 +1,7 @@
using Examine;
using System.Collections.Generic;
using Umbraco.Core.Models;
using System.Collections.Generic;
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Creates a collection of <see cref="ValueSet"/> to be indexed based on a collection of <see cref="T"/>

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Default implementation of <see cref="IIndexDiagnosticsFactory"/> which returns <see cref="GenericIndexDiagnostics"/> for indexes that don't have an implementation

View File

@@ -3,7 +3,7 @@ using System.Linq;
using Examine;
using Umbraco.Cms.Core.Collections;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// An <see cref="IIndexPopulator"/> that is automatically associated to any index of type <see cref="TIndex"/>

View File

@@ -1,13 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.Logging;
using System.Threading.Tasks;
using Examine;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Logging;
using Umbraco.Core.Logging;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class IndexRebuildingEventArgs : EventArgs
{

View File

@@ -1,4 +1,4 @@
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// The index types stored in the Lucene Index

View File

@@ -3,10 +3,8 @@ using System.Linq;
using Examine;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Services;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Performs the data lookups required to rebuild a media index

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using Examine;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.Serialization;
@@ -13,7 +12,7 @@ using Umbraco.Core.PropertyEditors.ValueConverters;
using Umbraco.Extensions;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class MediaValueSetBuilder : BaseValueSetBuilder<IMedia>
{

View File

@@ -3,10 +3,8 @@ using System.Linq;
using Examine;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Services;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class MemberIndexPopulator : IndexPopulator<IUmbracoMemberIndex>
{

View File

@@ -1,12 +1,11 @@
using System.Collections.Generic;
using System.Linq;
using Examine;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Extensions;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class MemberValueSetBuilder : BaseValueSetBuilder<IMember>

View File

@@ -1,8 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class MemberValueSetValidator : ValueSetValidator
{

View File

@@ -2,9 +2,8 @@ using System.Collections.Generic;
using System.Linq;
using Examine;
using Umbraco.Cms.Core.Models.ContentEditing;
using Umbraco.Examine;
namespace Umbraco.Infrastructure.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class NoopBackOfficeExamineSearcher : IBackOfficeExamineSearcher
{

View File

@@ -1,9 +1,8 @@
using System.Collections.Generic;
using System.Linq;
using Examine;
using Umbraco.Examine;
namespace Umbraco.Infrastructure.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class NoopUmbracoIndexesCreator : IUmbracoIndexesCreator
{

View File

@@ -1,9 +1,7 @@
using Umbraco.Cms.Core.Services;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Core.Persistence;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Performs the data lookups required to rebuild a content index containing only published content

View File

@@ -4,7 +4,7 @@ using Examine;
using Examine.Search;
using Umbraco.Extensions;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public static class UmbracoExamineExtensions
{

View File

@@ -1,6 +1,6 @@
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public static class UmbracoExamineFieldNames
{

View File

@@ -1,9 +1,6 @@
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Examine;
using Umbraco.Core;
using Examine;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Custom <see cref="FieldDefinitionCollection"/> allowing dynamic creation of <see cref="FieldDefinition"/>

View File

@@ -1,8 +1,7 @@
using Examine;
using Umbraco.Cms.Core.Services;
using Umbraco.Core.Services;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
public class UmbracoIndexConfig : IUmbracoIndexConfig
{

View File

@@ -3,7 +3,7 @@ using System.Linq;
using Examine;
using Umbraco.Extensions;
namespace Umbraco.Examine
namespace Umbraco.Cms.Infrastructure.Examine
{
/// <summary>
/// Performing basic validation of a value set

View File

@@ -8,7 +8,7 @@ using Umbraco.Cms.Core.Models.ContentEditing;
using Umbraco.Cms.Core.Models.Entities;
using Umbraco.Cms.Core.Models.Mapping;
using Umbraco.Cms.Core.Models.Membership;
using Umbraco.Examine;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
using Constants = Umbraco.Cms.Core.Constants;

View File

@@ -7,8 +7,8 @@ using Newtonsoft.Json.Linq;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.Xml;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Core.Models;
using Umbraco.Examine;
using Umbraco.Extensions;
namespace Umbraco.Web.PropertyEditors

View File

@@ -11,7 +11,7 @@ using Umbraco.Cms.Core.Serialization;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Strings;
using Umbraco.Cms.Core.Templates;
using Umbraco.Examine;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
using Umbraco.Web.Macros;
using Constants = Umbraco.Cms.Core.Constants;

View File

@@ -9,7 +9,7 @@ using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Core.Xml;
using Umbraco.Examine;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
using Constants = Umbraco.Cms.Core.Constants;

View File

@@ -6,8 +6,8 @@ using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Runtime;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Core;
using Umbraco.Examine;
using Umbraco.Infrastructure.HostedServices;
namespace Umbraco.Web.Search

View File

@@ -13,8 +13,8 @@ using Umbraco.Cms.Core.Runtime;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Services.Changes;
using Umbraco.Cms.Core.Sync;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Core.Scoping;
using Umbraco.Examine;
using Umbraco.Extensions;
namespace Umbraco.Web.Search

View File

@@ -5,8 +5,8 @@ using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Strings;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Core.Scoping;
using Umbraco.Examine;
using Umbraco.Extensions;
namespace Umbraco.Web.Search

View File

@@ -10,8 +10,8 @@ using Umbraco.Cms.Core.Models.Mapping;
using Umbraco.Cms.Core.Routing;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Trees;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Core.Persistence;
using Umbraco.Examine;
using Umbraco.Extensions;
using Constants = Umbraco.Cms.Core.Constants;

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Umbraco.Examine;
using Umbraco.Cms.Infrastructure.Examine;
namespace Umbraco.Web.Search
{

View File

@@ -1,7 +1,7 @@
using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Cache;
using Umbraco.Examine;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Web.Search;
namespace Umbraco.Web

View File

@@ -17,6 +17,7 @@ using Umbraco.Cms.Core.Runtime;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Sync;
using Umbraco.Cms.Core.WebAssets;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Cms.Infrastructure.PublishedCache;
using Umbraco.Cms.Tests.Common.TestHelpers.Stubs;
using Umbraco.Cms.Tests.Integration.Implementations;

View File

@@ -10,6 +10,7 @@ using NUnit.Framework;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Examine;
namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Infrastructure.Examine

View File

@@ -17,6 +17,7 @@ using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Web;
using Umbraco.Cms.Core.Xml;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Extensions;
using Umbraco.Examine;
using Umbraco.Web.Composing;

View File

@@ -15,6 +15,7 @@ using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Strings;
using Umbraco.Cms.Core.Web;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Cms.Tests.Common;
using Umbraco.Cms.Tests.Common.Testing;
using Umbraco.Examine;

View File

@@ -1,5 +1,6 @@
using System.Linq;
using NUnit.Framework;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Cms.Tests.Common.Testing;
using Umbraco.Tests.Testing;
using Umbraco.Examine;

View File

@@ -16,6 +16,7 @@ using Umbraco.Cms.Core.Persistence.Querying;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Strings;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Core.Scoping;
using Umbraco.Examine;
using Umbraco.Tests.TestHelpers;

View File

@@ -16,6 +16,7 @@ using System;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Cms.Tests.Common.Testing;
using Umbraco.Core;
using Umbraco.Tests.TestHelpers;

View File

@@ -10,6 +10,7 @@ using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Persistence.Querying;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Cms.Tests.Common.Testing;
using Umbraco.Core;
using Umbraco.Core.Models;

View File

@@ -8,6 +8,7 @@ using Moq;
using NUnit.Framework;
using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Examine;
using Umbraco.Tests.TestHelpers;
using Umbraco.Web;

View File

@@ -7,6 +7,7 @@ using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Cache;
using Umbraco.Cms.Core.IO;
using Umbraco.Cms.Core.Models.ContentEditing;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Examine;
using Umbraco.Extensions;

View File

@@ -7,6 +7,7 @@ using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.Routing;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Web;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Examine;
using Umbraco.Web;
using Constants = Umbraco.Cms.Core.Constants;