We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9d551 commit bb58430Copy full SHA for bb58430
QueryBuilder.Tests/MySql/MySqlExecutionTest.cs
@@ -1,4 +1,3 @@
1
-using Microsoft.Extensions.Configuration;
2
using MySql.Data.MySqlClient;
3
using SqlKata.Execution;
4
using SqlKata.Tests.Infrastructure;
QueryBuilder.Tests/QueryBuilder.Tests.csproj
@@ -3,6 +3,7 @@
<TargetFrameworks>net8.0</TargetFrameworks>
<OutputType>Library</OutputType>
5
<IsPackable>false</IsPackable>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
<RootNamespace>SqlKata.Tests</RootNamespace>
8
</PropertyGroup>
9
<ItemGroup>
0 commit comments