Commit Graph

9 Commits

Author SHA1 Message Date
Mole
bf41c2eeaa Netcore: Align namespaces (#9801)
* Rename Umbraco.Core namespace to Umbraco.Cms.Core

* Move extension methods in core project to Umbraco.Extensions

* Move extension methods in core project to Umbraco.Extensions

* Rename Umbraco.Examine namespace to Umbraco.Cms.Examine

* Move examine extensions to Umbraco.Extensions namespace

* Reflect changed namespaces in Builder and fix unit tests

* Adjust namespace in Umbraco.ModelsBuilder.Embedded

* Adjust namespace in Umbraco.Persistence.SqlCe

* Adjust namespace in Umbraco.PublishedCache.NuCache

* Align namespaces in Umbraco.Web.BackOffice

* Align namespaces in Umbraco.Web.Common

* Ensure that SqlCeSupport is still enabled after changing the namespace

* Align namespaces in Umbraco.Web.Website

* Align namespaces in Umbraco.Web.UI.NetCore

* Align namespaces in Umbraco.Tests.Common

* Align namespaces in Umbraco.Tests.UnitTests

* Align namespaces in Umbraco.Tests.Integration

* Fix errors caused by changed namespaces

* Fix integration tests

* Undo the Umbraco.Examine.Lucene namespace change

This breaks integration tests on linux, since the namespace wont exists there because it's only used on windows.

* Fix merge

* Fix Merge
2021-02-18 11:06:02 +01:00
Bjarke Berg
4f314de8d1 Fixed merge issue, and updated test to assert on expected number
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-10-13 15:05:03 +02:00
Andy Butland
2b0a43cec8 Merge branch 'netcore/netcore' into feature/migrate-service-integration-tests
# Conflicts:
#	src/Umbraco.Tests.Common/Builders/MediaBuilder.cs
2020-10-13 08:23:19 +02:00
Shannon
b449ea2468 renames method removes extra semicolon 2020-10-13 15:47:02 +11:00
Bjarke Berg
77f43dedd9 Merge branch 'netcore/feature/migrate/relation-tests' into feature/migrate-service-integration-tests
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-10-12 16:23:00 +02:00
Bjarke Berg
d0eb01b348 Added fix for RelateOnTrashComponent.MediaService_Trashed so relations are looked up before creating duplicates
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-10-12 15:25:55 +02:00
Bjarke Berg
8fc74ec0f0 Added fix for RelateOnTrashComponent.MediaService_Trashed so relations are looked up before creating duplicates
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-10-12 15:22:11 +02:00
Shannon
16e4ffb725 Fixes unsubscribing from static events on Terminate 2020-09-04 00:28:38 +10:00
Bjarke Berg
897cb63ad6 AB4227 - Moved Packaging, Compose, Dictionary, Manifest and Sync 2019-12-18 13:42:31 +01:00