diff --git a/VpSharp/src/Internal/NativeMethods.cs b/VpSharp/src/Internal/NativeMethods.cs index 1e7554d..5ced5e9 100644 --- a/VpSharp/src/Internal/NativeMethods.cs +++ b/VpSharp/src/Internal/NativeMethods.cs @@ -1,8 +1,9 @@ -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; using VpSharp.Internal.NativeAttributes; using static System.Runtime.InteropServices.DllImportSearchPath; // ReSharper disable InconsistentNaming +#pragma warning disable CA2101 #pragma warning disable CA5393 namespace VpSharp.Internal;