Skip to content

Commit 6c03965

Browse files
committedJun 17, 2022
Supress warning
1 parent 989b481 commit 6c03965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/Mages.Repl.Installer/Program.cs

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ public static class Program
88
{
99
internal static void Main(String[] arguments)
1010
{
11+
#pragma warning disable CA1416 // Validate platform compatibility
1112
SquirrelAwareApp.HandleEvents();
13+
#pragma warning restore CA1416 // Validate platform compatibility
1214

1315
Parser.Default.ParseArguments<Options>(arguments).WithParsed(Run);
1416
}

0 commit comments

Comments
 (0)