From abb469a404eac06cd00a87ac6ad4295e50dbde46 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 28 Jan 2021 11:47:10 +0100 Subject: [PATCH] Revert "Updated NPoco from 3.9.4 -> 4.0.2 (#9061)" This reverts commit d9c6584d90955f57752e6dbe535dc3e79957df92. --- src/Umbraco.Core/Umbraco.Core.csproj | 1 + src/Umbraco.Examine/Umbraco.Examine.csproj | 1 + src/Umbraco.Tests/Testing/TestDatabase.cs | 36 +--------------------- src/Umbraco.Tests/Umbraco.Tests.csproj | 1 + src/Umbraco.Web/Umbraco.Web.csproj | 1 + 5 files changed, 5 insertions(+), 35 deletions(-) diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index 94e61c6aa5..c32b3247a3 100755 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -92,6 +92,7 @@ + 2.8.0 diff --git a/src/Umbraco.Examine/Umbraco.Examine.csproj b/src/Umbraco.Examine/Umbraco.Examine.csproj index 91a2fdda99..a207556cb7 100644 --- a/src/Umbraco.Examine/Umbraco.Examine.csproj +++ b/src/Umbraco.Examine/Umbraco.Examine.csproj @@ -57,6 +57,7 @@ + 3.3.0 runtime; build; native; contentfiles; analyzers diff --git a/src/Umbraco.Tests/Testing/TestDatabase.cs b/src/Umbraco.Tests/Testing/TestDatabase.cs index 7567f2a5fa..b1ddbd08d4 100644 --- a/src/Umbraco.Tests/Testing/TestDatabase.cs +++ b/src/Umbraco.Tests/Testing/TestDatabase.cs @@ -266,26 +266,6 @@ namespace Umbraco.Tests.Testing throw new NotImplementedException(); } - public Task InsertBatchAsync(IEnumerable pocos, BatchOptions options = null) - { - throw new NotImplementedException(); - } - - public Task UpdateBatchAsync(IEnumerable> pocos, BatchOptions options = null) - { - throw new NotImplementedException(); - } - - public IAsyncUpdateQueryProvider UpdateManyAsync() - { - throw new NotImplementedException(); - } - - public int UpdateBatch(IEnumerable> pocos, BatchOptions options = null) - { - throw new NotImplementedException(); - } - public int Update(string tableName, string primaryKeyName, object poco, object primaryKeyValue) { throw new NotImplementedException(); @@ -381,11 +361,6 @@ namespace Umbraco.Tests.Testing throw new NotImplementedException(); } - public IAsyncDeleteQueryProvider DeleteManyAsync() - { - throw new NotImplementedException(); - } - public void Save(T poco) { throw new NotImplementedException(); @@ -773,21 +748,12 @@ namespace Umbraco.Tests.Testing #endregion #region Stuff + public void BuildPageQueries(long skip, long take, string sql, ref object[] args, out string sqlCount, out string sqlPage) { throw new NotImplementedException(); } - public IAsyncQueryProviderWithIncludes QueryAsync() - { - throw new NotImplementedException(); - } - - int IDatabase.InsertBatch(IEnumerable pocos, BatchOptions options) - { - throw new NotImplementedException(); - } - #endregion } } diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj index aa34e29efc..a05eb19ad2 100644 --- a/src/Umbraco.Tests/Umbraco.Tests.csproj +++ b/src/Umbraco.Tests/Umbraco.Tests.csproj @@ -102,6 +102,7 @@ + diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj index 7d758ced24..80179720b5 100644 --- a/src/Umbraco.Web/Umbraco.Web.csproj +++ b/src/Umbraco.Web/Umbraco.Web.csproj @@ -92,6 +92,7 @@ + 3.3.0 runtime; build; native; contentfiles; analyzers