Commit 822a9a33 authored by mgravell's avatar mgravell

IDE and command-line disagree on #nullable

parent 3fe88fc1
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using Dapper.ProviderTools.Internal; using Dapper.ProviderTools.Internal;
#nullable enable
namespace Dapper.ProviderTools namespace Dapper.ProviderTools
{ {
/// <summary> /// <summary>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
using System.Data.Common; using System.Data.Common;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Reflection; using System.Reflection;
#nullable enable
namespace Dapper.ProviderTools namespace Dapper.ProviderTools
{ {
/// <summary> /// <summary>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
using System.Data.Common; using System.Data.Common;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
#nullable enable
namespace Dapper.ProviderTools.Internal namespace Dapper.ProviderTools.Internal
{ {
internal sealed class DynamicBulkCopy : BulkCopy 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