diff --git a/src/Umbraco.Tests/App.config b/src/Umbraco.Tests/App.config
index 0af67e158b..9e4b0ac66d 100644
--- a/src/Umbraco.Tests/App.config
+++ b/src/Umbraco.Tests/App.config
@@ -1,7 +1,7 @@
-
+
-
+
@@ -26,7 +26,7 @@
-
+
@@ -74,9 +74,9 @@
-
+
-
+
@@ -93,4 +93,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj
index a7e19aee06..dfea551434 100644
--- a/src/Umbraco.Tests/Umbraco.Tests.csproj
+++ b/src/Umbraco.Tests/Umbraco.Tests.csproj
@@ -50,7 +50,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
False
diff --git a/src/Umbraco.Tests/UmbracoExamine/ExamineBaseTest.cs b/src/Umbraco.Tests/UmbracoExamine/ExamineBaseTest.cs
index 7f5969d984..34dfd10857 100644
--- a/src/Umbraco.Tests/UmbracoExamine/ExamineBaseTest.cs
+++ b/src/Umbraco.Tests/UmbracoExamine/ExamineBaseTest.cs
@@ -1,17 +1,20 @@
-using Umbraco.Tests.PartialTrust;
+using NUnit.Framework;
+using Umbraco.Tests.PartialTrust;
using UmbracoExamine;
namespace Umbraco.Tests.UmbracoExamine
{
- public abstract class ExamineBaseTest : AbstractPartialTrustFixture where T : class, IPartialTrustFixture, new()
+ public abstract class ExamineBaseTest
{
- public override void TestSetup()
+ [SetUp]
+ public virtual void TestSetup()
{
UmbracoExamineSearcher.DisableInitializationCheck = true;
BaseUmbracoIndexer.DisableInitializationCheck = true;
}
- public override void TestTearDown()
+ [TearDown]
+ public virtual void TestTearDown()
{
UmbracoExamineSearcher.DisableInitializationCheck = null;
BaseUmbracoIndexer.DisableInitializationCheck = null;
diff --git a/src/Umbraco.Tests/packages.config b/src/Umbraco.Tests/packages.config
index 28500444ed..dd2c7f6d65 100644
--- a/src/Umbraco.Tests/packages.config
+++ b/src/Umbraco.Tests/packages.config
@@ -1,6 +1,6 @@
-
+
diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
index 9e0fa79b2f..75b1200072 100644
--- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
+++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
@@ -111,7 +111,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
False
diff --git a/src/Umbraco.Web.UI/packages.config b/src/Umbraco.Web.UI/packages.config
index 2316496b38..afa64f266c 100644
--- a/src/Umbraco.Web.UI/packages.config
+++ b/src/Umbraco.Web.UI/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj
index fff9344b83..a3081cdb8d 100644
--- a/src/Umbraco.Web/Umbraco.Web.csproj
+++ b/src/Umbraco.Web/Umbraco.Web.csproj
@@ -103,7 +103,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
False
@@ -1890,6 +1890,7 @@
ASPXCodeBehind
+
diff --git a/src/Umbraco.Web/app.config b/src/Umbraco.Web/app.config
new file mode 100644
index 0000000000..568750da9c
--- /dev/null
+++ b/src/Umbraco.Web/app.config
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Umbraco.Web/packages.config b/src/Umbraco.Web/packages.config
index 8d5d335b9b..bd0a9de374 100644
--- a/src/Umbraco.Web/packages.config
+++ b/src/Umbraco.Web/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/UmbracoExamine.Azure/UmbracoExamine.Azure.csproj b/src/UmbracoExamine.Azure/UmbracoExamine.Azure.csproj
index d334bcd566..b2fe3e2758 100644
--- a/src/UmbracoExamine.Azure/UmbracoExamine.Azure.csproj
+++ b/src/UmbracoExamine.Azure/UmbracoExamine.Azure.csproj
@@ -39,7 +39,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
False
@@ -85,6 +85,7 @@
+
diff --git a/src/UmbracoExamine.Azure/app.config b/src/UmbracoExamine.Azure/app.config
new file mode 100644
index 0000000000..e72c720717
--- /dev/null
+++ b/src/UmbracoExamine.Azure/app.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/UmbracoExamine.Azure/packages.config b/src/UmbracoExamine.Azure/packages.config
index f159081ad4..4dce0f43bc 100644
--- a/src/UmbracoExamine.Azure/packages.config
+++ b/src/UmbracoExamine.Azure/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/UmbracoExamine.PDF.Azure/UmbracoExamine.PDF.Azure.csproj b/src/UmbracoExamine.PDF.Azure/UmbracoExamine.PDF.Azure.csproj
index 7678890fee..94495d21d1 100644
--- a/src/UmbracoExamine.PDF.Azure/UmbracoExamine.PDF.Azure.csproj
+++ b/src/UmbracoExamine.PDF.Azure/UmbracoExamine.PDF.Azure.csproj
@@ -39,7 +39,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
False
@@ -86,6 +86,7 @@
+
diff --git a/src/UmbracoExamine.PDF.Azure/app.config b/src/UmbracoExamine.PDF.Azure/app.config
new file mode 100644
index 0000000000..e72c720717
--- /dev/null
+++ b/src/UmbracoExamine.PDF.Azure/app.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/UmbracoExamine.PDF.Azure/packages.config b/src/UmbracoExamine.PDF.Azure/packages.config
index f159081ad4..4dce0f43bc 100644
--- a/src/UmbracoExamine.PDF.Azure/packages.config
+++ b/src/UmbracoExamine.PDF.Azure/packages.config
@@ -2,7 +2,7 @@
-
+
diff --git a/src/UmbracoExamine.PDF/UmbracoExamine.PDF.csproj b/src/UmbracoExamine.PDF/UmbracoExamine.PDF.csproj
index 5543ab3f49..a7e57efc14 100644
--- a/src/UmbracoExamine.PDF/UmbracoExamine.PDF.csproj
+++ b/src/UmbracoExamine.PDF/UmbracoExamine.PDF.csproj
@@ -46,7 +46,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll
@@ -76,6 +76,7 @@
+
diff --git a/src/UmbracoExamine.PDF/app.config b/src/UmbracoExamine.PDF/app.config
new file mode 100644
index 0000000000..e72c720717
--- /dev/null
+++ b/src/UmbracoExamine.PDF/app.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/UmbracoExamine.PDF/packages.config b/src/UmbracoExamine.PDF/packages.config
index 0ea9c20ae7..1169a8ab9c 100644
--- a/src/UmbracoExamine.PDF/packages.config
+++ b/src/UmbracoExamine.PDF/packages.config
@@ -1,6 +1,6 @@
-
+
diff --git a/src/UmbracoExamine/UmbracoExamine.csproj b/src/UmbracoExamine/UmbracoExamine.csproj
index b66daed73d..c9d8502076 100644
--- a/src/UmbracoExamine/UmbracoExamine.csproj
+++ b/src/UmbracoExamine/UmbracoExamine.csproj
@@ -82,7 +82,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
False
@@ -171,6 +171,7 @@
+
diff --git a/src/UmbracoExamine/app.config b/src/UmbracoExamine/app.config
new file mode 100644
index 0000000000..e72c720717
--- /dev/null
+++ b/src/UmbracoExamine/app.config
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/UmbracoExamine/packages.config b/src/UmbracoExamine/packages.config
index 1bb39ddebc..e923fba924 100644
--- a/src/UmbracoExamine/packages.config
+++ b/src/UmbracoExamine/packages.config
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/src/umbraco.MacroEngines/App.Config b/src/umbraco.MacroEngines/App.Config
index 0e50bdd518..794c0925aa 100644
--- a/src/umbraco.MacroEngines/App.Config
+++ b/src/umbraco.MacroEngines/App.Config
@@ -1,4 +1,4 @@
-
+
@@ -10,12 +10,12 @@
-
-
+
+
-
+
@@ -26,11 +26,42 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/umbraco.MacroEngines/packages.config b/src/umbraco.MacroEngines/packages.config
index 5d13bc89e8..7665569f18 100644
--- a/src/umbraco.MacroEngines/packages.config
+++ b/src/umbraco.MacroEngines/packages.config
@@ -1,6 +1,6 @@
-
+
diff --git a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
index 335ca62c2d..22e7c846d8 100644
--- a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
+++ b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
@@ -44,7 +44,7 @@
False
- ..\packages\Examine.0.1.53.2941\lib\Examine.dll
+ ..\packages\Examine.0.1.55.2941\lib\Examine.dll
False
diff --git a/src/umbraco.editorControls/app.config b/src/umbraco.editorControls/app.config
new file mode 100644
index 0000000000..568750da9c
--- /dev/null
+++ b/src/umbraco.editorControls/app.config
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/umbraco.editorControls/umbraco.editorControls.csproj b/src/umbraco.editorControls/umbraco.editorControls.csproj
index da428aeede..bcb9bbb6b0 100644
--- a/src/umbraco.editorControls/umbraco.editorControls.csproj
+++ b/src/umbraco.editorControls/umbraco.editorControls.csproj
@@ -1,4 +1,4 @@
-
+
Local
@@ -486,6 +486,7 @@
+