We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989b481 commit 6c03965Copy full SHA for 6c03965
src/Mages.Repl.Installer/Program.cs
@@ -8,7 +8,9 @@ public static class Program
8
{
9
internal static void Main(String[] arguments)
10
11
+#pragma warning disable CA1416 // Validate platform compatibility
12
SquirrelAwareApp.HandleEvents();
13
+#pragma warning restore CA1416 // Validate platform compatibility
14
15
Parser.Default.ParseArguments<Options>(arguments).WithParsed(Run);
16
}
0 commit comments