Suppress CA2101 false positive

Strings are marshalled using a custom marshaller, this does not apply
This commit is contained in:
Oliver Booth 2022-11-30 19:24:44 +00:00
parent 8faf25c315
commit 031450ca7e
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 2 additions and 1 deletions

View File

@ -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;