Skip to content

Commit af7b41f

Browse files
authored
Add pragma
1 parent 02ce33f commit af7b41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ServiceControl.Config/Xaml/Native/UnsafeNativeMethods.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
namespace ServiceControl.Config.Xaml.Native
1+
#pragma warning disable IDE1006 // Disable naming convention for lowercase variables in methods due to native code interop
2+
namespace ServiceControl.Config.Xaml.Native
23
{
34
using System;
45
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)