File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1616 <ItemGroup >
1717 <ProjectReference Include =" ..\DataLayer\DataLayer.csproj" />
1818 <ProjectReference Include =" ..\TestSupport\TestSupport.csproj" />
19- <ProjectReference Include =" ..\Test\Test.csproj" />
2019 </ItemGroup >
2120
2221</Project >
Original file line number Diff line number Diff line change 11using BenchmarkDotNet . Attributes ;
22using BenchmarkDotNet . Running ;
3- using DataLayer . BookApp ;
43using DataLayer . BookApp . EfCode ;
54using Microsoft . EntityFrameworkCore ;
65using Npgsql ;
76using Test . Helpers ;
87using TestSupport . EfHelpers ;
9- using TestSupport . Helpers ;
108
119public class Program
1210{
13- private const string ConnectionString = "Host=localhost;Username=test;Password=test" ;
14- private NpgsqlConnection _conn ;
11+ private NpgsqlConnection _conn ;
1512 private BookContext _context ;
1613
1714 [ GlobalSetup ]
You can’t perform that action at this time.
0 commit comments