Mole
|
efe4162027
|
Align Umbraco.Examine.Lucene to Umbraco.Cms.Infrastructure.Examine
The namespace has to be the same as in Infrastructure/Examine otherwise linux build fails.
|
2021-02-15 14:45:02 +01:00 |
|
Mole
|
dda023c174
|
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.
|
2021-02-11 15:29:18 +01:00 |
|
Mole
|
7398a88d16
|
Rename Umbraco.Examine namespace to Umbraco.Cms.Examine
|
2021-02-09 15:22:57 +01:00 |
|
Mole
|
dd488a15f4
|
Move extension methods in core project to Umbraco.Extensions
|
2021-02-09 13:21:17 +01:00 |
|
Mole
|
216fb87c79
|
Rename Umbraco.Core namespace to Umbraco.Cms.Core
|
2021-02-09 10:22:42 +01:00 |
|
Bjarke Berg
|
a4e5029912
|
Refactored to remove Configs
|
2020-09-10 13:51:59 +02:00 |
|
Shannon
|
f84a93ae20
|
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
|
2020-09-02 18:10:29 +10:00 |
|