File tree 1 file changed +0
-6
lines changed 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 9
9
// Restrict the set of directories where the native library is loaded from to safe directories.
10
10
[ assembly: DefaultDllImportSearchPaths ( DllImportSearchPath . AssemblyDirectory | DllImportSearchPath . ApplicationDirectory | DllImportSearchPath . SafeDirectories ) ]
11
11
12
- #pragma warning disable IDE1006 // Naming Styles
13
-
14
- // ReSharper disable InconsistentNaming
15
12
namespace LibGit2Sharp . Core
16
13
{
17
14
internal static class NativeMethods
@@ -22,9 +19,7 @@ internal static class NativeMethods
22
19
// An object tied to the lifecycle of the NativeMethods static class.
23
20
// This will handle initialization and shutdown of the underlying
24
21
// native library.
25
- #pragma warning disable 0414
26
22
private static NativeShutdownObject shutdownObject ;
27
- #pragma warning restore 0414
28
23
29
24
static NativeMethods ( )
30
25
{
@@ -2071,4 +2066,3 @@ internal static extern unsafe int git_worktree_prune(
2071
2066
git_worktree_prune_options options ) ;
2072
2067
}
2073
2068
}
2074
- // ReSharper restore InconsistentNaming
You can’t perform that action at this time.
0 commit comments