Commands\Test\MTP\TestApplication.cs (6)
362if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? protocolVersions) ||
407{ HandshakeMessagePropertyNames.PID, Environment.ProcessId.ToString(CultureInfo.InvariantCulture) },
408{ HandshakeMessagePropertyNames.Architecture, RuntimeInformation.ProcessArchitecture.ToString() },
409{ HandshakeMessagePropertyNames.Framework, RuntimeInformation.FrameworkDescription },
410{ HandshakeMessagePropertyNames.OS, RuntimeInformation.OSDescription },
411{ HandshakeMessagePropertyNames.SupportedProtocolVersions, version }