Commands\Test\MTP\TestApplication.cs (6)
263if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? protocolVersions) ||
288{ HandshakeMessagePropertyNames.PID, Environment.ProcessId.ToString(CultureInfo.InvariantCulture) },
289{ HandshakeMessagePropertyNames.Architecture, RuntimeInformation.ProcessArchitecture.ToString() },
290{ HandshakeMessagePropertyNames.Framework, RuntimeInformation.FrameworkDescription },
291{ HandshakeMessagePropertyNames.OS, RuntimeInformation.OSDescription },
292{ HandshakeMessagePropertyNames.SupportedProtocolVersions, version }