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
@@ -824,3 +825,4 @@ internal static extern int git_treebuilder_insert(
824
825
internal static extern void git_treebuilder_free ( IntPtr bld ) ;
825
826
}
826
827
}
828
+ // 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
@@ -1717,3 +1718,4 @@ public void Dispose()
1717
1718
}
1718
1719
}
1719
1720
}
1721
+ // ReSharper restore InconsistentNaming
You can’t perform that action at this time.
0 commit comments