File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
using System . Runtime . InteropServices ;
7
7
using LibGit2Sharp . Core . Handles ;
8
8
9
+ // ReSharper disable InconsistentNaming
9
10
namespace LibGit2Sharp . Core
10
11
{
11
12
internal static class NativeMethods
@@ -790,3 +791,4 @@ internal static extern int git_treebuilder_insert(
790
791
internal static extern void git_treebuilder_free ( IntPtr bld ) ;
791
792
}
792
793
}
794
+ // ReSharper restore InconsistentNaming
Original file line number Diff line number Diff line change 7
7
using System . Threading ;
8
8
using LibGit2Sharp . Core . Handles ;
9
9
10
+ // ReSharper disable InconsistentNaming
10
11
namespace LibGit2Sharp . Core
11
12
{
12
13
internal class Proxy
@@ -1649,3 +1650,4 @@ public void Dispose()
1649
1650
}
1650
1651
}
1651
1652
}
1653
+ // ReSharper restore InconsistentNaming
You can’t perform that action at this time.
0 commit comments