From 4555653c1a9f4f5038ee3002d707591cdc9b0a6b Mon Sep 17 00:00:00 2001 From: Smurf-iv Date: Sun, 12 Feb 2023 08:44:53 +0000 Subject: [PATCH] - Missed a file update --- IsStrongOrSigned/DLLExportLister.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IsStrongOrSigned/DLLExportLister.cs b/IsStrongOrSigned/DLLExportLister.cs index d3866cd..03d7c08 100644 --- a/IsStrongOrSigned/DLLExportLister.cs +++ b/IsStrongOrSigned/DLLExportLister.cs @@ -4,6 +4,7 @@ using System.Runtime.InteropServices; // ReSharper disable InconsistentNaming // ReSharper disable IdentifierTypo +// ReSharper disable FieldCanBeMadeReadOnly.Local namespace IsStrongOrSigned {