Revert "Updated NPoco from 3.9.4 -> 4.0.2 (#9061)"

This reverts commit d9c6584d90.
This commit is contained in:
Sebastiaan Janssen
2021-01-28 11:47:10 +01:00
parent f48b88e84f
commit abb469a404
5 changed files with 5 additions and 35 deletions

View File

@@ -92,6 +92,7 @@
<PackageReference Include="MiniProfiler" Version="4.0.138" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="Semver" Version="2.0.4" />
<PackageReference Include="Serilog">
<Version>2.8.0</Version>

View File

@@ -57,6 +57,7 @@
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="SecurityCodeScan">
<Version>3.3.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

View File

@@ -266,26 +266,6 @@ namespace Umbraco.Tests.Testing
throw new NotImplementedException();
}
public Task<int> InsertBatchAsync<T>(IEnumerable<T> pocos, BatchOptions options = null)
{
throw new NotImplementedException();
}
public Task<int> UpdateBatchAsync<T>(IEnumerable<UpdateBatch<T>> pocos, BatchOptions options = null)
{
throw new NotImplementedException();
}
public IAsyncUpdateQueryProvider<T> UpdateManyAsync<T>()
{
throw new NotImplementedException();
}
public int UpdateBatch<T>(IEnumerable<UpdateBatch<T>> 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<T> DeleteManyAsync<T>()
{
throw new NotImplementedException();
}
public void Save<T>(T poco)
{
throw new NotImplementedException();
@@ -773,21 +748,12 @@ namespace Umbraco.Tests.Testing
#endregion
#region Stuff
public void BuildPageQueries<T>(long skip, long take, string sql, ref object[] args, out string sqlCount, out string sqlPage)
{
throw new NotImplementedException();
}
public IAsyncQueryProviderWithIncludes<T> QueryAsync<T>()
{
throw new NotImplementedException();
}
int IDatabase.InsertBatch<T>(IEnumerable<T> pocos, BatchOptions options)
{
throw new NotImplementedException();
}
#endregion
}
}

View File

@@ -102,6 +102,7 @@
<PackageReference Include="MiniProfiler" Version="4.0.138" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />

View File

@@ -92,6 +92,7 @@
<PackageReference Include="MiniProfiler" Version="4.0.138" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="SecurityCodeScan">
<Version>3.3.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>