File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 99// Restrict the set of directories where the native library is loaded from to safe directories.
1010[ assembly: DefaultDllImportSearchPaths ( DllImportSearchPath . AssemblyDirectory | DllImportSearchPath . ApplicationDirectory | DllImportSearchPath . SafeDirectories ) ]
1111
12- #pragma warning disable IDE1006 // Naming Styles
13-
14- // ReSharper disable InconsistentNaming
1512namespace LibGit2Sharp . Core
1613{
1714 internal static class NativeMethods
@@ -22,9 +19,7 @@ internal static class NativeMethods
2219 // An object tied to the lifecycle of the NativeMethods static class.
2320 // This will handle initialization and shutdown of the underlying
2421 // native library.
25- #pragma warning disable 0414
2622 private static NativeShutdownObject shutdownObject ;
27- #pragma warning restore 0414
2823
2924 static NativeMethods ( )
3025 {
@@ -2071,4 +2066,3 @@ internal static extern unsafe int git_worktree_prune(
20712066 git_worktree_prune_options options ) ;
20722067 }
20732068}
2074- // ReSharper restore InconsistentNaming
You can’t perform that action at this time.
0 commit comments