Fix Benchmark project
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -33,6 +33,4 @@
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user