Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
822a9a33
Commit
822a9a33
authored
Aug 30, 2019
by
mgravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IDE and command-line disagree on #nullable
parent
3fe88fc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
BulkCopy.cs
Dapper.ProviderTools/BulkCopy.cs
+1
-1
DbExceptionExtensions.cs
Dapper.ProviderTools/DbExceptionExtensions.cs
+1
-1
DynamicBulkCopy.cs
Dapper.ProviderTools/Internal/DynamicBulkCopy.cs
+1
-1
No files found.
Dapper.ProviderTools/BulkCopy.cs
View file @
822a9a33
...
...
@@ -7,7 +7,7 @@
using
System.Threading
;
using
System.Threading.Tasks
;
using
Dapper.ProviderTools.Internal
;
#
nullable
enable
namespace
Dapper.ProviderTools
{
/// <summary>
...
...
Dapper.ProviderTools/DbExceptionExtensions.cs
View file @
822a9a33
...
...
@@ -3,7 +3,7 @@
using
System.Data.Common
;
using
System.Linq.Expressions
;
using
System.Reflection
;
#
nullable
enable
namespace
Dapper.ProviderTools
{
/// <summary>
...
...
Dapper.ProviderTools/Internal/DynamicBulkCopy.cs
View file @
822a9a33
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment