Commands\Test\MTP\TestApplication.cs (6)
270if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? protocolVersions) ||
295{ HandshakeMessagePropertyNames.PID, Environment.ProcessId.ToString(CultureInfo.InvariantCulture) },
296{ HandshakeMessagePropertyNames.Architecture, RuntimeInformation.ProcessArchitecture.ToString() },
297{ HandshakeMessagePropertyNames.Framework, RuntimeInformation.FrameworkDescription },
298{ HandshakeMessagePropertyNames.OS, RuntimeInformation.OSDescription },
299{ HandshakeMessagePropertyNames.SupportedProtocolVersions, version }