We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ce33f commit af7b41fCopy full SHA for af7b41f
src/ServiceControl.Config/Xaml/Native/UnsafeNativeMethods.cs
@@ -1,4 +1,5 @@
1
-namespace ServiceControl.Config.Xaml.Native
+#pragma warning disable IDE1006 // Disable naming convention for lowercase variables in methods due to native code interop
2
+namespace ServiceControl.Config.Xaml.Native
3
{
4
using System;
5
using System.Runtime.InteropServices;
0 commit comments