AB¤6233 - Reverted changes to typefinder and implemented check for if SqlCE is available in the install process

This commit is contained in:
Bjarke Berg
2020-05-06 20:37:03 +02:00
parent 13197eb5ff
commit 269c75e26b
37 changed files with 625 additions and 692 deletions

View File

@@ -9,6 +9,7 @@ using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.Mappers;
using Umbraco.Core.Persistence.Querying;
using Umbraco.Core.Persistence.SqlSyntax;
using Umbraco.Persistance.SqlCe;
namespace Umbraco.Tests.Benchmarks
{