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 940d102 commit 3648ac0Copy full SHA for 3648ac0
csharp/runner/SnippetRunner/Program.cs
@@ -28,6 +28,8 @@
28
29
const int SigtermExitCode = 143;
30
31
+Console.Error.WriteLine("ARCHITECTURE: " + System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture);
32
+
33
DirectoryInfo dir = new DirectoryInfo(Directory.GetCurrentDirectory());
34
DirectoryInfo? csharpDir = null;
35
DirectoryInfo? snippetDir = null;
0 commit comments