Commit 822a9a33 authored by mgravell's avatar mgravell

IDE and command-line disagree on #nullable

parent 3fe88fc1
......@@ -7,7 +7,7 @@
using System.Threading;
using System.Threading.Tasks;
using Dapper.ProviderTools.Internal;
#nullable enable
namespace Dapper.ProviderTools
{
/// <summary>
......
......@@ -3,7 +3,7 @@
using System.Data.Common;
using System.Linq.Expressions;
using System.Reflection;
#nullable enable
namespace Dapper.ProviderTools
{
/// <summary>
......
......@@ -3,7 +3,7 @@
using System.Data.Common;
using System.Threading;
using System.Threading.Tasks;
#nullable enable
namespace Dapper.ProviderTools.Internal
{
internal sealed class DynamicBulkCopy : BulkCopy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment