From b631b55054dc90e2faf2f415c4e4c451202793a4 Mon Sep 17 00:00:00 2001 From: sonyps5201314 Date: Tue, 25 Nov 2025 15:53:01 +0800 Subject: [PATCH] Explicitly declare that `ShellHelper.cs` is a module that allows Pinvoke. --- ILSpy/Util/ShellHelper.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ILSpy/Util/ShellHelper.cs b/ILSpy/Util/ShellHelper.cs index 7bc26d92a..be0c32244 100644 --- a/ILSpy/Util/ShellHelper.cs +++ b/ILSpy/Util/ShellHelper.cs @@ -23,6 +23,8 @@ using System.Runtime.InteropServices; using System.Linq; using System.Collections.Generic; +#pragma warning disable CA1060 // Move pinvokes to native methods class + namespace ICSharpCode.ILSpy.Util { static class ShellHelper