mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 06:35:41 +00:00
Suppress CA2101 false positive
Strings are marshalled using a custom marshaller, this does not apply
This commit is contained in:
parent
8faf25c315
commit
031450ca7e
@ -1,8 +1,9 @@
|
|||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using VpSharp.Internal.NativeAttributes;
|
using VpSharp.Internal.NativeAttributes;
|
||||||
using static System.Runtime.InteropServices.DllImportSearchPath;
|
using static System.Runtime.InteropServices.DllImportSearchPath;
|
||||||
|
|
||||||
// ReSharper disable InconsistentNaming
|
// ReSharper disable InconsistentNaming
|
||||||
|
#pragma warning disable CA2101
|
||||||
#pragma warning disable CA5393
|
#pragma warning disable CA5393
|
||||||
|
|
||||||
namespace VpSharp.Internal;
|
namespace VpSharp.Internal;
|
||||||
|
Loading…
Reference in New Issue
Block a user