Fix Benchmark project

This commit is contained in:
Bjarke Berg
2021-06-25 08:45:03 +02:00
parent 3baafbe230
commit 2e3239ce6b
2 changed files with 1 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ namespace Umbraco.Tests.Benchmarks
public SqlTemplatesBenchmark()
{
var mappers = new NPoco.MapperCollection { new PocoMapper() };
var mappers = new NPoco.MapperCollection( );
var factory = new FluentPocoDataFactory((type, iPocoDataFactory) => new PocoDataBuilder(type, mappers).Init());
SqlContext = new SqlContext(new SqlCeSyntaxProvider(Options.Create(new GlobalSettings())), DatabaseType.SQLCe, factory);

View File

@@ -33,6 +33,4 @@
</PackageReference>
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
</ItemGroup>
</Project>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>